:root {
  --elements-webflow-library--accent--primary-1: black;
  --footorbackgroud: #f2f2f2;
  --radiant-ui-components-library-marketplace--color--white: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: black;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #707070;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray100: #f2f4f7;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #322d96;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --radiant-ui-components-library-marketplace--color--heading-dark: #011689;
  --radiant-ui-components-library-marketplace--color--theme-color: #322d96;
  --radiant-ui-components-library-marketplace--color--button-background-dark: white;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #011689;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --button-blue: #0153f9;
}

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brix---container-default {
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-bar-wrapper {
  background-color: var(--elements-webflow-library--accent--primary-1);
  opacity: 1;
  color: var(--footorbackgroud);
  text-align: center;
  align-items: center;
  height: 40px;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
  position: relative;
  overflow: hidden;
}

.brix---top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.brix---top-bar-flex-h-sb {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---top-bar-right-col {
  margin-right: 24px;
}

.brix---link-wrapper-white {
  color: var(--footorbackgroud);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--footorbackgroud);
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-left---t-center {
  text-align: left;
}

.text-block {
  font-size: 16px;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 500;
}

.brix---header-wrapper {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.brix---header-menu-wrapper {
  font-weight: 600;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--footorbackgroud);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-block-3 {
  font-size: 16px;
}

.container {
  max-width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px {
  margin-bottom: 20px;
}

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

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---square-icon {
  border-radius: 0;
  max-width: 100%;
}

.brix---section-about {
  color: var(--footorbackgroud);
  padding-top: 30px;
  padding-bottom: 10px;
}

.brix---heading-h2-size {
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.sb---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

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

.brix---mg-bottom-12px {
  margin-bottom: 0;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--footorbackgroud);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 24px 10px;
  display: flex;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 10px;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---square-icon-2 {
  border-radius: 16px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--footorbackgroud);
  padding-top: 20px;
  padding-bottom: 100px;
  display: none;
  box-shadow: 0 2px 3px #0003;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h2-size-2 {
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---mg-bottom-12px-2 {
  margin-bottom: 10px;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  line-height: 20px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---card-link-content-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--footorbackgroud);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 32px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---color-neutral-803 {
  color: var(--untitled-ui--gray700);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 700;
}

.text-block-5 {
  color: #707070;
  text-align: center;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.bold-text {
  color: #000;
  padding-left: 0;
  font-size: 20px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---container-default-3 {
  background-color: var(--untitled-ui--gray100);
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--untitled-ui--gray100);
  min-width: 0;
  max-width: none;
  display: block;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  list-style-type: none;
  display: block;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---grid-footer-v13 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.abouttext-block-6 {
  color: #fff;
  height: auto;
  margin-top: 20px;
  margin-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.container-1 {
  background-image: url('../images/Brokerage01.jpg');
  background-size: 100% 100%;
  max-width: 100%;
  height: 235px;
  min-height: auto;
}

.coretitle {
  color: #fff;
  height: auto;
  margin-top: 80px;
  margin-bottom: 15px;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.brix---section-about-copy {
  color: var(--footorbackgroud);
  padding-top: 30px;
  padding-bottom: 20px;
}

.brix---grid-3-columns-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-24px-copy {
  margin-bottom: 24px;
}

.brix---square-icon-copy {
  border-radius: 0;
  max-width: 80%;
}

.column {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.image {
  vertical-align: baseline;
  width: 50%;
  max-width: 80%;
  margin-left: 0;
}

.column-2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-2 {
  width: 50%;
  max-width: 80%;
}

.div-block {
  margin-top: 50px;
  margin-bottom: 30px;
}

.text-block-5-copy {
  color: #322d96;
  text-align: left;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-copy {
  padding-left: 0;
  font-size: 25px;
}

.div-block-2 {
  font-size: 16px;
  font-weight: 600;
}

.container-copy {
  max-width: 100%;
  margin-top: 40px;
  padding-bottom: 20px;
}

.container-copy-copy {
  max-width: 100%;
  margin-top: 10px;
  padding-bottom: 60px;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--footorbackgroud);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-100 {
  color: var(--footorbackgroud);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-primary {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  color: var(--footorbackgroud);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 6px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--footorbackgroud);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--footorbackgroud);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 10px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--footorbackgroud);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--footorbackgroud);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--footorbackgroud);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--footorbackgroud);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 14px;
  min-height: 700px;
  margin-bottom: 0;
  padding: 56px 20px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: grid;
}

.brix---image-border-radius-top-24px {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card-map-content {
  padding: 54px 48px;
}

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

.brix---grid-contact-v7 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 40px 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-font-change {
  letter-spacing: -.03rem;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-emoji-love-big {
  background-image: url('../images/Emoji-Big-Love.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 52px;
  padding: 0 15px;
}

.rt-accordion-close {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  opacity: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.rt-home-one-support-flex {
  grid-column-gap: 129px;
  align-items: center;
  display: flex;
}

.rt-home-one-support-image-two {
  position: absolute;
  inset: 4% auto auto 4%;
}

.rt-home-one-support-image-two.rt-radius-fifteen {
  border-radius: 15px;
}

.rt-home-one-support-image-two.rt-radius-fifteen.rt-pink-image-shadow {
  box-shadow: 0 10px 20px #1670f899;
}

.rt-accordian-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 6px;
}

.rt-home-one-support-image-block {
  background-color: #f5f5f5;
  flex: 0 35%;
  justify-content: center;
  display: flex;
  position: relative;
}

.rt-home-one-support-image-block.rt-radius-twenty {
  border-radius: 10px;
}

.rt-accordion-open {
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
}

.rt-faq {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
}

.rt-home-one-support-image-three {
  z-index: 1;
  display: none;
  position: absolute;
  inset: auto auto -7% -17%;
  box-shadow: 0 20px 30px #0003;
}

.rt-faq-item-content {
  overflow: hidden;
}

.rt-faq-open-close {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-support-content-block {
  flex: 0 49%;
}

.rt-faq-item-trigger {
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.rt-home-one-support-main-image {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.rt-home-one-support-image-four {
  z-index: 2;
  position: absolute;
  inset: auto 5% 5% auto;
  box-shadow: 0 11px 21px #86868633;
}

.rt-home-one-support-image-four.rt-radius-fifty-four {
  border-radius: 54px;
}

.rt-home-one-support-image-one {
  z-index: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.rt-padding-bottom-seventeen {
  padding-bottom: 17px;
}

.rt-padding-bottom-seventeen.rt-max-width-four-fifty {
  max-width: 450px;
}

.rt-faq-accordion-wrapper {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: visible;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-margin-top-twenty-five.rt-margin-bottom-ten {
  color: var(--elements-webflow-library--accent--primary-1);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-padding-bottom-fifteen {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-old-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.rt-new-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-weight: 400;
}

.rt-all-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 22px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.rt-all-btn.rt-padding-zero {
  padding: 0;
}

.rt-all-btn.rt-padding-zero.rt-btn-text-color-crimson {
  color: #da3960;
}

.rt-all-btn-block {
  height: 24px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
  overflow: hidden;
}

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

.rt-home-two-analytics-grid {
  grid-column-gap: 30px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 0 0 #fff;
}

.rt-radius-sixteen {
  border-radius: 0;
}

.rt-home-two-analytics-card {
  background-color: var(--untitled-ui--gray100);
  box-shadow: 0 2px 5px 0 var(--elements-webflow-library--neutral--300);
  text-align: center;
  cursor: pointer;
  border: 1px solid #d4d4ff;
  border-radius: 6px;
  padding: 48px 30px;
}

.rt-home-two-analytics-card.rt-move-down {
  background-color: var(--untitled-ui--gray100);
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 15px;
}

.text-block-8 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  padding: 0 30px 40px 20px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 10px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  border: 0px none var(--radiant-ui-components-library-marketplace--color--white);
  color: #322d96;
  flex-direction: column;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.bold-text-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-family: Open Sans, sans-serif;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-category-cards-text-2.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-category-cards-text-2.rt-margin-bottom-twenty {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 40px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: block;
  position: relative;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

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

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-about-two-expert-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-content {
  color: var(--elements-webflow-library--accent--primary-1);
  max-width: 95%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.rt-about-two-expert-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.rt-about-two-expert-overlay {
  background-color: #191b1d4d;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-text-block {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.rt-about-two-expert-image-block {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  padding: 245px 80px 200px;
  position: relative;
  overflow: hidden;
}

.rt-about-two-expert-image-block.rt-background-dark, .rt-about-two-expert-image-block.sb2-rt-background-dark {
  max-width: 40%;
  padding: 250px 0 350px;
}

.rt-about-two-exper-heading {
  color: var(--elements-webflow-library--accent--primary-1);
  font-family: Open Sans, sans-serif;
}

.rt-span-content-bold {
  color: #191b1d;
  font-weight: 500;
}

.rt-about-two-expert-content-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 55%;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-auto-fit-3 {
  height: auto;
}

.rt-left-right-effect {
  position: absolute;
}

.rt-solutions-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 20px 25px;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
}

.rt-solutions-card-icons-block {
  background-color: #f0f4ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.rt-solutions-card-icons-block.rt-bg-light-green {
  background-color: #e3ffeb;
}

.rt-solutions-card-icons-block.rt-light-pink {
  background-color: #fff0ff;
}

.rt-solutions-card-flex {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.rt-solutions-card-flex.rt-align-top {
  align-items: flex-start;
}

.rt-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 60%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.rt-solutions-card-icons-col {
  flex: 1;
  max-width: 70px;
}

.rt-solutions-card-icons-col.rt-amazing-home-two {
  max-width: 78px;
}

.rt-home-three-business-flex {
  grid-column-gap: 136px;
  align-items: center;
  display: flex;
}

.rt-solutions-card-caption-col {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
}

.rt-home-three-business-image-block {
  flex: 0 58%;
  position: relative;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-solution-card-background {
  z-index: 1;
  opacity: 0;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 50px #dbdfffcc;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty.rt-body-font-color {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

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

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: color .35s;
}

.rt-position-relative {
  position: relative;
}

.bold-text-3 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.rt-category-cards-text-2-copy {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2-copy.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-category-cards-text-2-copy.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-category-cards-text-2-copy.rt-margin-bottom-twenty {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.bold-text-3-copy {
  font-family: Open Sans, sans-serif;
  font-size: 32px;
}

.rt-margin-bottom-twenty-copy {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty-copy.rt-body-font-color {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--footorbackgroud);
  padding-top: 100px;
  padding-bottom: 60px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---grid-gallery-v6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 95%;
  max-width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.flex-left {
  color: var(--elements-webflow-library--accent--primary-1);
  min-width: 55%;
  max-width: 55%;
}

.flex-right {
  flex: 0 auto;
  width: 35%;
  max-width: 35%;
  padding-left: 10px;
}

.keyfeatureselement2 {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sbheader {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.keyfeatures {
  text-align: left;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.keyfeatureselement {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.container-4 {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: auto;
}

.container-5 {
  width: 95%;
  max-width: 95%;
}

.paragraph {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: justify;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-3 {
  vertical-align: baseline;
  border: 1px #000;
  margin-top: 100px;
  text-decoration: none;
  display: inline-block;
}

.batext-block1, .batext-block2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

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

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---square-icon-3 {
  border-radius: 16px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--footorbackgroud);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-content-center-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--footorbackgroud);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-2.rt-margin-top-twenty-five-2.rt-margin-bottom-ten-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-five-2 {
  margin-top: 25px;
}

.rt-padding-bottom-fifteen-2 {
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.rt-margin-bottom-ten-2 {
  margin-bottom: 10px;
}

.rt-old-btn-text-2, .rt-new-btn-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-weight: 400;
}

.rt-all-btn-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 22px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.rt-all-btn-2.rt-padding-zero {
  padding: 0;
}

.rt-all-btn-2.rt-padding-zero.rt-btn-text-color-crimson {
  color: #da3960;
}

.rt-all-btn-block-2 {
  height: 24px;
  line-height: 25px;
  overflow: hidden;
}

.rt-btn-flex-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-two-analytics-grid-2 {
  grid-column-gap: 30px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-radius-sixteen-2 {
  border-radius: 16px;
}

.rt-home-two-analytics-card-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d4d4ff;
  border-radius: 6px;
  padding: 48px 30px;
}

.baphoto2 {
  max-width: 100%;
}

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

.image-4 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--footorbackgroud);
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-5 {
  text-align: center;
  background-color: #e7e6fa;
  border-radius: 20px;
}

.brix---mg-bottom-12px-4 {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center-5 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---icon-stats-v7 {
  border-radius: 16px;
  width: 72px;
}

.brix---display-2-copy {
  height: 84px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-8-copy {
  color: #322d96;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.text-span-2 {
  font-size: 25px;
  font-weight: 700;
}

.crm-text-block-8 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.container-6 {
  background-image: url('../images/Brk_TopR.jpg');
  background-position: 0 0;
  background-size: 100%;
  max-width: 100%;
  height: 200px;
}

.text-block-9 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
}

.image-5 {
  margin-top: 0;
  padding-top: 0;
}

.crmtext1 {
  color: #fff;
  text-align: left;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-span-3 {
  font-size: 30px;
}

.crmcontainer6 {
  background-image: url('../images/Main_Top2R.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  max-width: 100%;
  height: 145px;
}

.agrcontainer6 {
  background-image: url('../images/AGR042.gif');
  background-position: 0 0;
  background-size: 100% 100%;
  max-width: 100%;
  height: 220px;
}

.text-span-4 {
  font-size: 25px;
  font-weight: 700;
}

.text-span-5 {
  font-size: 24px;
  font-weight: 700;
}

.aboutcontainer-1 {
  background-image: url('../images/Core01R.jpg');
  background-size: 100%;
  max-width: 100%;
  height: 100px;
  min-height: auto;
}

.body {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.corecontainer-1 {
  background-image: url('../images/Core01R.jpg');
  background-size: 100% 100%;
  max-width: 100%;
  height: 200px;
  min-height: auto;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: none;
  position: static;
}

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-responsive-full-width-2 {
  vertical-align: top;
  width: 100%;
  text-decoration: underline;
  display: inline-block;
  position: static;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-about-one-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.supcontainer6 {
  background-image: url('../images/Support01.gif');
  background-position: 0 0;
  background-size: 100%;
  max-width: 100%;
  height: 225px;
}

.suptext-block-8 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.text-span-6 {
  font-size: 25px;
  font-weight: 700;
}

.container-7 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.udesly-code-snippet {
  display: none;
}

.udesly-medium-image-zoom {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: 140px;
  display: none;
}

.text-block-10 {
  color: #011689;
  text-align: right;
  width: auto;
  margin-left: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.rt-component-container2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-home-two-analytics-grid-copy {
  grid-column-gap: 30px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rt-padding-bottom-fifteen-copy {
  text-align: left;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  height: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 20px;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

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

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

.uui-layout08_item-list {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout08_item {
  flex-flow: row;
  line-height: 15px;
  display: flex;
}

.uui-layout08_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout08_item-text-wrapper {
  flex: 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
}

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

.uui-layout08_component {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout08_image {
  border: .05rem solid var(--untitled-ui--gray900);
  border-radius: 0;
  width: 100%;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.bold-text-4 {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.bold-text-5 {
  color: var(--elements-webflow-library--neutral--800);
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.contactcontainer-1 {
  background-image: url('../images/Bank_TopR.jpg');
  background-size: 100% 100%;
  max-width: 100%;
  height: 235px;
  min-height: auto;
}

.agrrt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: none;
  position: static;
}

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

.sbtext-block-10 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: left;
  width: auto;
  margin-left: 7rem;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}

.image-6 {
  text-align: left;
  width: 50%;
}

.columns {
  display: block;
}

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

.image-7 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  max-width: 50%;
}

.container-8 {
  margin-bottom: 20px;
}

.image-9 {
  vertical-align: baseline;
  width: 100%;
  max-width: none;
}

.container-copy {
  max-width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.container-9 {
  background-image: url('../images/EASMain13.gif');
  background-position: 0 0;
  background-size: 100% 100%;
}

.text-block-11 {
  color: #fff;
  margin-top: 90px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
}

.container11 {
  background-image: url('../images/Main_Top2R.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100%;
  max-width: 100%;
  height: 250px;
}

.text-block-12 {
  color: #fff;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.flex-left-2 {
  min-width: 55%;
  max-width: 55%;
}

.container-10 {
  max-width: 95%;
}

.s1-container {
  max-width: 90%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.s1-div-block {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.s1-heading-1 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.bold-text-6 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.s1-div_element {
  border: 0px none var(--elements-webflow-library--neutral--600);
  box-shadow: 0 2px 5px 0 var(--elements-webflow-library--neutral--600);
  border-radius: 0;
}

.s2-container {
  max-width: 90%;
  margin-top: 40px;
  margin-bottom: 100px;
}

.s2-heading {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.s2-div-block {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.s2-div_element {
  border: 0px none var(--elements-webflow-library--neutral--600);
  box-shadow: 0 1px 5px 0 var(--elements-webflow-library--neutral--600);
  border-radius: 0;
  flex-flow: column;
  display: flex;
}

.s1-heading-copy {
  text-align: center;
}

.s2-bold-text {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.s1-heading-copy-copy, .h2-s2-heading {
  text-align: center;
}

.s2-text {
  color: var(--untitled-ui--gray700);
  padding: 10px 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.button {
  background-color: var(--button-blue);
  display: inline-block;
}

.s2-button-text {
  background-color: var(--button-blue);
  text-align: left;
  object-fit: fill;
  flex-flow: column-reverse wrap;
  justify-content: flex-start;
  align-items: center;
  width: 8em;
  max-width: 8rem;
  margin: auto auto 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.container-11 {
  display: none;
}

.container-12 {
  width: auto;
  max-width: 95%;
}

.section {
  margin-bottom: 10px;
}

.sbf-flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 95%;
  max-width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sbf-flex-left {
  color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  min-width: auto;
  max-width: 100%;
}

.sbf-header {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.sbf-paragraph {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: justify;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sbf-keyfeatures {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.sbf-keyfeatureselement {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--elements-webflow-library--accent--primary-1);
  object-fit: fill;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin: 5px 0 10px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.container-4-copy {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: auto;
}

.sbf-element1 {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: 2%;
}

.bold-text-7 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 18px;
  line-height: 25px;
}

.sbf-keyfeatureselement-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--elements-webflow-library--accent--primary-1);
  object-fit: fill;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0 10px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.container-13 {
  display: none;
}

.section-2 {
  line-height: 30px;
}

.sbf-keyelement2 {
  width: 95%;
  max-width: 95%;
}

.sbtextphotoimage1, .image-11 {
  max-width: 70%;
}

.text-block-7-copy {
  color: #fff;
  height: 40px;
  margin-top: 10px;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.container-14 {
  max-width: 95%;
}

.container-15 {
  max-width: 90%;
}

.mobileapp-text-block1 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}

.bold-text-8 {
  font-weight: 600;
}

.s3-container {
  max-width: 90%;
  margin-top: 40px;
  margin-bottom: 100px;
}

.s3-heading {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.s3-div-block {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.s3-div_element {
  border: 0px none var(--elements-webflow-library--neutral--600);
  box-shadow: 0 1px 5px 0 var(--elements-webflow-library--neutral--600);
  border-radius: 0;
  flex-flow: column;
  display: flex;
}

.h2-s3-heading {
  text-align: center;
}

.s3-bold-text {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.s3-text {
  color: var(--untitled-ui--gray700);
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.s3-button-text {
  background-color: var(--button-blue);
  text-align: left;
  object-fit: fill;
  flex-flow: column-reverse wrap;
  justify-content: flex-start;
  align-items: center;
  width: 8em;
  max-width: 8rem;
  margin: auto auto 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: none;
}

.bold-text-9 {
  padding-left: 0;
  font-weight: 600;
}

.mobapp-container6 {
  background-image: url('../images/Core01R.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  max-width: 100%;
  height: 160px;
}

.mobapp-h1 {
  color: #fff;
  text-align: left;
  height: 40px;
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.s3-container-copy {
  max-width: 90%;
  margin-top: 0;
  margin-bottom: auto;
}

.sbf-flexbox-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 95%;
  max-width: 95%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.s3-heading-copy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.sb2-rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 40px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.sb2-rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.sb2-rt-about-two-expert-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.sb2-rt-about-two-expert-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.flex-left-copy, .flex-left-22 {
  color: var(--elements-webflow-library--accent--primary-1);
  min-width: 55%;
  max-width: 55%;
}

.sbtp2-flex-right {
  flex: 0 auto;
  width: 40%;
  max-width: 40%;
  padding-left: 40px;
}

.sbtp2-image-1 {
  vertical-align: baseline;
  border: 1px solid #000;
  margin-top: 100px;
  text-decoration: none;
  display: inline-block;
}

.sbtp2-header {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.sbtp2-paragraph {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: justify;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sbtp2-keyfeatures {
  text-align: left;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.sbtp2-container-5 {
  width: 95%;
  max-width: 95%;
  font-family: Open Sans, sans-serif;
}

.sbtp2-keyfeatureselement2 {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sbtp2-keyfeatureselement {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.section-3 {
  margin-bottom: 0;
}

.container-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  max-width: 100%;
  height: auto;
  display: flex;
}

.div-block-4 {
  width: 55%;
}

.div-block-5 {
  width: 54%;
}

.bold-text-10 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.heading {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
}

.crm-bold-text-1 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 35px;
  display: inline;
}

.text-block-13 {
  margin-top: 40px;
}

.image-12 {
  border: 1px solid var(--elements-webflow-library--accent--primary-1);
  width: auto;
  height: auto;
}

.section-4 {
  display: none;
}

.container-17 {
  max-width: 90%;
}

.agr-text-block-1 {
  margin-top: 40px;
}

.crm-flex-right-1 {
  width: 40%;
  padding-left: 40px;
}

.agr-flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 95%;
  max-width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.mobapp-text2 {
  color: #fff;
  text-align: left;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.section-5 {
  margin-bottom: 40px;
}

.contact-flex-right {
  flex: 0 auto;
  width: 40%;
  max-width: 40%;
  padding-left: 0;
}

.contact-flex-left {
  color: var(--elements-webflow-library--accent--primary-1);
  min-width: 55%;
  max-width: 55%;
}

.contact-paragraph {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: justify;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.contact-element2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.contact-keyfeatures {
  text-align: left;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.contact-keyfeatureselement {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.contact-container-5 {
  width: 95%;
  max-width: 95%;
}

.contact-keyfeatureselement-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.contact-container5 {
  width: 95%;
  max-width: 95%;
  font-family: Open Sans, sans-serif;
}

.bold-text-11, .bold-text-12 {
  font-weight: 600;
}

.contact-container-4 {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: auto;
}

.contact-textphotoimage1 {
  max-width: 85%;
}

.contact-image-1 {
  vertical-align: baseline;
  border: 1px solid #000;
  margin-top: 100px;
  text-decoration: none;
  display: inline-block;
}

.contact-flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 95%;
  max-width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sb2features-section {
  line-height: 30px;
}

.sbf2-flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sbf2-flex-left {
  width: 65%;
  max-width: 70%;
  margin-left: 20px;
}

.div-block-6 {
  width: 30%;
  padding-right: 20px;
}

.lightbox-link {
  margin-top: 100px;
}

.sb3features-section {
  margin-top: 40px;
}

.sbfcrm-flex-left {
  width: 65%;
  max-width: 80%;
  margin-left: 0;
}

.sb3-flex-right {
  width: 40%;
  padding-right: 30px;
}

.sb3-lightbox-link {
  margin-top: 40px;
}

.container-18 {
  max-width: 95%;
}

.sb3-container-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 95%;
  max-width: 95%;
  margin-left: 15px;
  display: flex;
}

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

.sbf3-keyelement2 {
  width: 95%;
  max-width: 95%;
}

.sb3-keyfeatureselement {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--elements-webflow-library--accent--primary-1);
  object-fit: fill;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
  margin: 5px 0 10px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.sb3-keyfeatureselement2 {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.sbf3-ketfeatures {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.bi-container-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-fill-color: inherit;
  background-color: #3366cc14;
  background-clip: border-box;
  max-width: 100%;
  height: auto;
  display: flex;
}

.bi-flexleft1 {
  width: 54%;
}

.bi-heading-1 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.bi-text-block-1 {
  margin-top: 10px;
}

.bi-flex-right-1 {
  width: 40%;
  padding-left: 40px;
}

.bi-image-1 {
  border: 1px solid var(--elements-webflow-library--accent--primary-1);
  width: auto;
  height: auto;
}

.bi-bold-text-1 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 50px;
  display: inline;
}

.bi-text-span-5 {
  font-size: 24px;
  font-weight: 600;
}

.bold-text-13 {
  font-size: 20px;
  font-weight: 600;
}

.link-block {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

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

.bold-text-15 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
}

.link-block-2 {
  text-align: center;
  text-decoration: none;
}

.bi-sbtp2-flex-right {
  flex: 0 auto;
  width: 40%;
  max-width: 40%;
  padding-left: 40px;
}

.bi-sbtp2-image-1 {
  vertical-align: baseline;
  border: 1px solid #000;
  max-width: 70%;
  margin-top: 50px;
  text-decoration: none;
  display: inline-block;
}

.agr-sbtp2-image-4 {
  vertical-align: baseline;
  border: 1px solid #000;
  max-width: 100%;
  margin-top: 70px;
  text-decoration: none;
  display: inline-block;
}

.container-15-copy, .brk-container-15 {
  max-width: 90%;
}

.brk-text-block-8 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.image-14 {
  border: 1px solid var(--untitled-ui--gray700);
}

.sbcrm-flex-right {
  width: 35%;
  padding-bottom: 0;
  padding-right: 0;
}

.sbf3-flex-left {
  width: 60%;
  max-width: 80%;
  margin-left: 20px;
}

.crm-image-1 {
  border: 1px solid var(--untitled-ui--gray600);
  vertical-align: top;
  max-width: 95%;
  margin-top: -20px;
  display: block;
}

.crmtext2 {
  color: #fff;
  text-align: left;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.bold-text-16 {
  text-align: left;
  padding-left: 0;
  font-size: 25px;
  font-weight: 600;
}

.agr-container-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  max-width: 100%;
  height: 450px;
  display: flex;
}

.agr-div-block-5 {
  width: 50%;
}

.agr-flex-right-1 {
  width: 55%;
  padding-left: 40px;
}

.agr-image-12 {
  border: 1px none var(--elements-webflow-library--accent--primary-1);
  width: auto;
  max-width: 100%;
  height: 450px;
}

.agr-heading {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.agr-text1 {
  color: #fff;
  text-align: left;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.agr-text2 {
  color: #fff;
  text-align: left;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.agr-bold-text-1 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 35px;
  display: inline;
}

.sbagr-container-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 95%;
  max-width: 95%;
  margin-left: 15px;
  display: flex;
}

.sbfagr-flex-left {
  width: 65%;
  max-width: 80%;
  margin-left: 0;
}

.sbf3-mob-ketfeatures {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.bi-bold-text-13 {
  font-size: 20px;
  font-weight: 600;
}

.about-text-block-5 {
  color: #707070;
  text-align: center;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.about-bold-text-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-family: Open Sans, sans-serif;
}

.mob-bold-text-9 {
  padding-left: 0;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .brix---grid-footer-v13 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(220px, .8fr) auto auto auto auto;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .rt-home-one-support-image-three {
    display: block;
    left: -12%;
  }

  .sbf2-flex-left, .sbfcrm-flex-left, .sbf3-flex-left, .sbfagr-flex-left {
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  .rt-home-one-support-image-three {
    left: -17%;
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-overflow-off {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .brix---top-bar-flex-h-sb {
    flex-direction: column;
  }

  .brix---top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--footorbackgroud);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

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

  .brix---section-about {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .sb---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

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

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v13 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .coretitle {
    margin-top: 30px;
  }

  .brix---section-about-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns-copy {
    grid-template-columns: 1fr 1fr;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---grid-contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .rt-home-one-support-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-home-one-support-image-block {
    width: 100%;
  }

  .rt-home-one-support-image-three {
    left: 0%;
  }

  .rt-home-two-analytics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .rt-category-cards-text-2.rt-text-white {
    max-width: none;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-about-two-expert-image {
    vertical-align: baseline;
    width: 100%;
    height: 100%;
  }

  .rt-about-two-expert-content {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .rt-about-two-expert-image-block {
    width: 100%;
    max-width: none;
    padding: 100px 50px 90px;
  }

  .rt-about-two-expert-image-block.rt-background-dark {
    max-width: 30%;
    padding-top: 220px;
    padding-bottom: 350px;
  }

  .rt-about-two-expert-image-block.sb2-rt-background-dark {
    padding-bottom: 350px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
  }

  .rt-home-three-business-flex {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .rt-home-three-business-image-block {
    width: 100%;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-category-cards-text-2-copy.rt-text-white {
    max-width: none;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

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

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .rt-home-two-analytics-grid-2, .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2-copy {
    font-size: 58px;
    line-height: 70px;
  }

  .corecontainer-1 {
    height: 150px;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .supcontainer6 {
    height: 200px;
  }

  .rt-home-two-analytics-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .uui-layout08_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .mobapp-h1 {
    height: 50px;
    margin-top: 50px;
  }

  .sb2-rt-about-two-expert-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .sb2-rt-about-two-expert-image {
    vertical-align: baseline;
    width: 100%;
    height: 100%;
  }

  .div-block-5 {
    width: 52%;
  }

  .heading {
    margin-top: 40px;
    font-size: 40px;
  }

  .crm-bold-text-1 {
    font-size: 20px;
    line-height: 40px;
  }

  .agr-text-block-1 {
    margin-top: 20px;
  }

  .mobapp-text2 {
    margin-top: 30px;
  }

  .bi-flexleft1 {
    width: 52%;
  }

  .bi-heading-1 {
    margin-top: 40px;
    font-size: 40px;
  }

  .bi-text-block-1 {
    margin-top: 20px;
  }

  .bi-bold-text-1 {
    font-size: 20px;
    line-height: 40px;
  }

  .agr-div-block-5 {
    width: 52%;
  }

  .agr-heading {
    margin-top: 40px;
    font-size: 40px;
  }

  .agr-bold-text-1 {
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---icon-small-hover {
    width: 24px;
  }

  .brix---top-bar-flex-h-sb {
    flex-direction: column;
  }

  .brix---top-bar-right-col {
    margin-bottom: 12px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---square-icon {
    border-radius: 12px;
    max-width: 300px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

  .brix---square-icon-2 {
    border-radius: 12px;
    max-width: 400px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---grid-footer-v13 {
    grid-template-columns: 1fr 1fr;
  }

  .coretitle {
    margin-top: 30px;
  }

  .brix---section-about-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-3-columns-copy {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-copy {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-map-content {
    padding: 32px;
  }

  .brix---grid-contact-v7, .rt-home-two-analytics-grid {
    grid-template-columns: 1fr;
  }

  .features-table {
    padding: 60px 15px;
  }

  .comparison-row {
    padding-bottom: 5px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .rt-about-two-expert-image {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .rt-about-two-expert-image-block {
    padding: 70px 15px 60px;
  }

  .rt-about-two-expert-image-block.rt-background-dark {
    width: 100%;
    max-width: 90%;
    padding-top: 60px;
    padding-bottom: 140px;
    position: relative;
  }

  .rt-about-two-expert-image-block.sb2-rt-background-dark {
    width: 100%;
    padding-top: 250px;
    padding-bottom: 350px;
    position: relative;
  }

  .rt-solutions-card-icons-col {
    max-width: 14%;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-gallery-v6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .keyfeatureselement2 {
    font-size: 14px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

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

  .brix---square-icon-3 {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .rt-home-two-analytics-grid-2 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---display-2-copy {
    font-size: 48px;
    line-height: 56px;
  }

  .corecontainer-1 {
    height: 160px;
  }

  .rt-autofit, .rt-autofit-2.rt-responsive-full-width-2 {
    height: auto;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .supcontainer6 {
    height: 130px;
  }

  .udesly-medium-image-zoom {
    width: 100%;
    max-width: 100%;
  }

  .rt-home-two-analytics-grid-copy {
    grid-template-columns: 1fr;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-layout08_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout08_component {
    grid-row-gap: 3rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sbtext-block-10 {
    font-size: 1rem;
  }

  .s2-div-block {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-7 {
    font-size: 16px;
  }

  .s3-div-block {
    grid-template-columns: 1fr 1fr;
  }

  .mobapp-h1 {
    height: 50px;
    margin-top: 40px;
    font-size: 22px;
  }

  .heading {
    margin-top: 10px;
    font-size: 30px;
  }

  .crm-bold-text-1 {
    font-size: 18px;
    line-height: 30px;
  }

  .agr-text-block-1 {
    margin-top: 20px;
  }

  .crm-flex-right-1 {
    padding-left: 10px;
  }

  .mobapp-text2 {
    margin-top: 40px;
    font-size: 22px;
  }

  .sb3-keyfeatureselement2 {
    font-size: 14px;
  }

  .bi-heading-1 {
    margin-top: 10px;
    font-size: 30px;
  }

  .bi-text-block-1 {
    margin-top: 20px;
  }

  .bi-flex-right-1 {
    padding-left: 10px;
  }

  .bi-bold-text-1 {
    font-size: 18px;
    line-height: 30px;
  }

  .agr-flex-right-1 {
    padding-left: 10px;
  }

  .agr-heading {
    margin-top: 10px;
    font-size: 30px;
  }

  .agr-bold-text-1 {
    font-size: 18px;
    line-height: 30px;
  }

  .about-bold-text-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---icon-small-hover {
    width: 20px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---mg-bottom-24px {
    width: auto;
    height: auto;
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---square-icon {
    border-radius: 14px;
    max-width: 200px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .sb---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

  .brix---square-icon-2 {
    border-radius: 14px;
    max-width: 220px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 120px;
  }

  .brix---footer-logo-wrapper {
    text-align: center;
  }

  .brix---footer-list-wrapper {
    font-family: Open Sans, sans-serif;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .brix---footer-link {
    font-size: 14px;
    line-height: 19px;
  }

  .brix---footer-top {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .brix---paragraph-default-3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-footer-v13 {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .abouttext-block-6 {
    margin-top: 10px;
    line-height: 25px;
  }

  .coretitle {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 22px;
  }

  .brix---grid-3-columns-copy {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-24px-copy {
    margin-bottom: 16px;
  }

  .brix---square-icon-copy {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---card-map-content {
    padding: 24px;
  }

  .rt-font-change {
    display: inline;
  }

  .rt-home-one-support-image-two {
    display: none;
  }

  .rt-accordian-content {
    padding-left: 0;
  }

  .rt-faq-item-trigger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-home-one-support-image-four {
    display: none;
  }

  .rt-home-two-analytics-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-table {
    margin-top: 10px;
    padding: 0 10px 20px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 10px;
  }

  .comparison-table {
    margin-top: 15px;
    font-size: 15px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 10px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 18px;
  }

  .rt-about-two-expert-image {
    text-align: left;
    align-self: auto;
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
  }

  .rt-about-two-expert-wrapper {
    flex-flow: column;
  }

  .rt-about-two-expert-image-block.rt-background-dark {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .rt-about-two-expert-image-block.sb2-rt-background-dark {
    padding-bottom: 60px;
  }

  .rt-left-right-effect {
    display: none;
  }

  .rt-solutions-card, .rt-solutions-card-flex {
    flex-direction: column;
  }

  .rt-solutions-card-icons-col {
    max-width: 30%;
  }

  .rt-solutions-card-caption-col {
    max-width: 100%;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .flexbox {
    flex-flow: column;
    width: 95%;
  }

  .flex-left {
    min-width: 90%;
  }

  .flex-right {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    padding-left: 0;
    position: static;
  }

  .keyfeatureselement2 {
    margin-left: 0;
  }

  .container-5 {
    width: 90%;
  }

  .image-3 {
    margin-top: 10px;
  }

  .batext-block1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

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

  .brix---square-icon-3 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .text-span {
    font-size: 26px;
  }

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

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-5 {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2-copy {
    font-size: 18px;
    line-height: 30px;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .container-6 {
    height: 65px;
  }

  .aboutcontainer-1 {
    height: 125px;
  }

  .corecontainer-1 {
    height: 160px;
  }

  .supcontainer6 {
    height: 70px;
  }

  .suptext-block-8 {
    font-size: 15px;
  }

  .container-7 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .udesly-medium-image-zoom {
    width: 100%;
  }

  .contactcontainer-1 {
    height: 100px;
  }

  .sbtext-block-10 {
    text-align: left;
    margin-left: 2rem;
    font-size: 1rem;
  }

  .grid {
    grid-template-columns: 1.25fr;
  }

  .image-7 {
    margin-left: 40px;
    margin-right: auto;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .text-block-11 {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 600;
  }

  .container11 {
    height: 220px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .flex-left-2 {
    min-width: 90%;
  }

  .s1-div-block, .s2-div-block {
    grid-template-columns: 1fr;
  }

  .sbf-flexbox {
    flex-flow: column;
    width: 95%;
  }

  .sbf-flex-left {
    min-width: 90%;
  }

  .sbf-keyfeatures {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
  }

  .sbf-element1 {
    width: auto;
  }

  .bold-text-7 {
    font-weight: 600;
  }

  .sbf-keyelement2 {
    width: 90%;
    font-size: 12px;
  }

  .text-block-7-copy {
    margin-left: 20px;
    font-size: 18px;
  }

  .container-14 {
    padding-left: 10px;
  }

  .mobileapp-text-block1 {
    font-size: 14px;
  }

  .s3-div-block {
    grid-template-columns: 1fr;
  }

  .h2-s3-heading {
    font-size: 22px;
  }

  .mobapp-container6 {
    height: 180px;
  }

  .mobapp-h1 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }

  .sbf-flexbox-copy {
    flex-flow: column;
    width: 95%;
  }

  .sb2-rt-about-two-expert-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .flex-left-copy, .flex-left-22 {
    min-width: 90%;
  }

  .sbtp2-flex-right {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    padding-left: 0;
    position: static;
  }

  .sbtp2-image-1 {
    max-width: 95%;
    margin-top: 10px;
  }

  .sbtp2-header {
    font-size: 24px;
  }

  .sbtp2-paragraph {
    font-size: 14px;
  }

  .sbtp2-keyfeatures {
    font-size: 18px;
  }

  .sbtp2-container-5 {
    width: 90%;
  }

  .sbtp2-keyfeatureselement2 {
    margin-left: 0;
    font-size: 13px;
  }

  .container-16 {
    flex-flow: column;
  }

  .div-block-5 {
    text-align: center;
    width: 90%;
  }

  .crm-flex-right-1 {
    text-align: left;
    width: 90%;
    padding-left: 20px;
  }

  .agr-flexbox {
    flex-flow: column;
    width: 95%;
  }

  .mobapp-text2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }

  .contact-flex-right {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    padding-left: 0;
    position: static;
  }

  .contact-flex-left {
    min-width: 90%;
  }

  .contact-paragraph {
    font-size: 14px;
  }

  .contact-keyfeatures {
    font-size: 18px;
  }

  .contact-header {
    font-size: 28px;
  }

  .contact-container-5, .contact-container5 {
    width: 90%;
  }

  .contact-image-1 {
    max-width: 95%;
    margin-top: 10px;
  }

  .contact-flexbox {
    flex-flow: column;
    width: 95%;
    margin-top: 0;
    padding-top: 10px;
  }

  .sbf2-flexbox {
    flex-flow: column;
    width: 95%;
  }

  .sbf2-flex-left {
    width: 90%;
    max-width: 90%;
  }

  .div-block-6 {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 90%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
  }

  .sbfcrm-flex-left {
    width: auto;
    max-width: 90%;
    margin-left: 10px;
  }

  .sb3-flex-right {
    width: 90%;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 20px;
  }

  .sb3-container-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-13 {
    vertical-align: top;
    display: block;
  }

  .sbf3-keyelement2 {
    width: 90%;
    font-size: 12px;
  }

  .sb3-keyfeatureselement2 {
    margin-left: 0;
    font-weight: 600;
  }

  .sbf3-ketfeatures {
    font-size: 26px;
  }

  .bi-container-1 {
    flex-flow: column;
  }

  .bi-flexleft1 {
    text-align: center;
    width: 90%;
  }

  .bi-heading-1 {
    line-height: 35px;
  }

  .bi-flex-right-1 {
    text-align: left;
    width: 90%;
    padding-left: 20px;
  }

  .bi-bold-text-1 {
    line-height: 25px;
  }

  .bi-text-span-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .bi-sbtp2-flex-right {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    padding-left: 0;
    position: static;
  }

  .bi-sbtp2-image-1, .agr-sbtp2-image-4 {
    max-width: 95%;
    margin-top: 10px;
  }

  .image-14 {
    vertical-align: top;
    display: inline-block;
  }

  .sbcrm-flex-right {
    width: 90%;
  }

  .sbf3-flex-left {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 0;
  }

  .crm-image-1 {
    margin-left: 10px;
  }

  .bold-text-16 {
    font-size: 14px;
  }

  .agr-container-16 {
    flex-flow: column;
  }

  .agr-div-block-5 {
    text-align: center;
    width: 90%;
  }

  .agr-flex-right-1 {
    text-align: left;
    width: 90%;
    padding-left: 20px;
  }

  .sbagr-container-18 {
    flex-flow: column;
    margin-left: 10px;
  }

  .sbfagr-flex-left {
    width: auto;
  }

  .sbf3-mob-ketfeatures {
    font-size: 26px;
    line-height: 25px;
  }

  .bold-text-17 {
    font-size: 25px;
    line-height: 20px;
  }

  .bi-bold-text-13 {
    font-size: 18px;
    line-height: 25px;
  }

  .about-text-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-bold-text-2 {
    text-align: center;
    font-size: 22px;
  }

  .bold-text-18 {
    padding-left: 0;
  }

  .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
    font-weight: 600;
  }

  .mob-bold-text-9 {
    font-size: 15px;
  }
}

#w-node-ea7e3f6e-91af-8d46-2860-b765c5a9c1c7-c5a9c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0db37fdc-dc12-1f7d-133c-d7bfde4da42a-c9351f0e, #w-node-_0db37fdc-dc12-1f7d-133c-d7bfde4da42f-c9351f0e, #w-node-_0db37fdc-dc12-1f7d-133c-d7bfde4da434-c9351f0e, #w-node-_0db37fdc-dc12-1f7d-133c-d7bfde4da439-c9351f0e, #w-node-_0db37fdc-dc12-1f7d-133c-d7bfde4da43e-c9351f0e, #w-node-_389ab8ae-028e-ab13-9caf-3795316e4429-c9351f10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f91f5e9b-33ba-c750-63ec-9d9019575eed-19575eea {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ea7e3f6e-91af-8d46-2860-b765c5a9c1c6-c5a9c1c2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea7e3f6e-91af-8d46-2860-b765c5a9c1c6-c5a9c1c2 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48d19a16-fa3f-c21b-b6f3-16919901829a-c9351f0e, #w-node-_48d19a16-fa3f-c21b-b6f3-1691990182a6-c9351f0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


