:root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary600: #7f56d9;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #516ac7;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e719175;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #516ac7;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  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: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-button-row.is-reverse-mobile-landscape {
  justify-content: flex-end;
  align-items: center;
}

.uui-contact14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

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

.uui-contact14_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.uui-contact14_map {
  width: 100%;
  height: 100%;
}

.uui-contact14_tab-pane {
  height: 100%;
}

.uui-section_contact14 {
  direction: rtl;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

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

.uui-contact14_tabs-link {
  border-right: 4px solid var(--untitled-ui--gray100);
  border-left: 0px solid var(--untitled-ui--gray100);
  text-align: right;
  background-color: #0000;
  padding: 1.5rem 2rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  border-right: 4px solid #000;
  border-left-color: var(--untitled-ui--primary600);
  opacity: 1;
  text-align: right;
  background-color: #0000;
  padding-right: 2rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

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

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

.uui-contact14_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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-bottom-ten {
  text-align: right;
  margin-top: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

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

.rt-padding-bottom-ten {
  direction: rtl;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

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

.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-color-midnight-blue {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

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

.rt-old-btn-text-2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.rt-home-four-support-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 43px;
  display: flex;
}

.rt-home-four-support-card.rt-radius-twenty {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-flow: column;
}

.rt-home-four-support-grid {
  grid-column-gap: 34px;
  grid-row-gap: 30px;
}

.rt-home-four-support-grid.rt-home-four-support-grid-two {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  grid-template-rows: auto;
}

.rt-home-four-support-btn-flex {
  display: flex;
}

.rt-btn-image-block {
  align-items: center;
  width: 24px;
  height: 11px;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.rt-btn-red-arrow {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rt-home-four-support-card-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 43px;
  display: flex;
}

.rt-home-four-support-card-copy.rt-radius-twenty {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  border-radius: 20px;
  flex-flow: column;
}

.heading {
  margin-top: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

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

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image {
  display: block;
}

.div-block-3-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4 {
  border-bottom: 2px solid var(--untitled-ui--gray100);
  height: 300px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.div-block-5 {
  border-bottom: 2px solid var(--untitled-ui--gray100);
  padding-bottom: 60px;
}

.div-block-4-copy {
  border-bottom: 2px solid var(--untitled-ui--gray100);
  height: 300px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

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

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

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

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

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

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  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(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  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(--elements-webflow-library--neutral--100);
  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 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.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---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---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  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---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---icon-link-wrapper {
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---icon-link-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

.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---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---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---form-grid-2-columns {
  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;
}

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

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---contact-v6-half-bg-right {
  z-index: -1;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

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

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---section-contact-v10 {
  direction: rtl;
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
}

.brix---contact-v10-half-bg-image-right {
  z-index: -1;
  width: 46%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---grid-contact-v10 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.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: 20px 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.rt-gap-eighty {
  padding-left: 80px;
  padding-right: 80px;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-7 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-input-text {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  height: 74px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-input-text.rt-body-font-7.rt-smaller-text {
  text-align: right;
  border-bottom-width: 0;
  border-bottom-color: #0003;
  padding-right: 20px;
}

.rt-input-text.rt-body-font-7.rt-smaller-text {
  text-align: right;
  border-bottom-width: 0;
  border-bottom-color: #0003;
}

.rt-input-text.rt-body-font-7 {
  color: #6d6d6d;
  border-bottom-color: #0003;
  font-family: Vazirmatn, sans-serif;
}

.rt-input-text.rt-body-font-7::placeholder {
  color: #6d6d6d;
}

.rt-input-text.rt-body-font-7.rt-smaller-text {
  text-align: right;
  border-bottom-width: 0;
  border-bottom-color: #0003;
  font-size: 15px;
}

.rt-contact-two-form-field {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.rt-contact-two-form-field-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px solid var(--elements-webflow-library--neutral--300);
  direction: rtl;
  text-align: right;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.rt-contact-two-form-field-main.rt-change-size {
  flex-basis: 100%;
}

.rt-submit-button-2 {
  background-color: #3898ec00;
  font-size: 0;
  position: relative;
}

.rt-contact-two-form-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-contact-two-form-title {
  width: 29%;
}

.rt-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rt-textarea-3 {
  background-color: #fff0;
  min-height: 118px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-textarea-3.rt-body-font-7 {
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff1a;
}

.rt-textarea-3.rt-body-font-7::placeholder {
  color: #6d6d6d;
}

.rt-textarea-3.rt-body-font-7.rt-smaller-text {
  color: #6d6d6d;
  border-bottom-color: #0000001a;
  font-family: Vazirmatn, sans-serif;
}

.rt-body-font-8 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font-8.rt-underline-on {
  text-decoration: underline;
}

.rt-button-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-two-form-wrapper-3 {
  direction: rtl;
  flex: 1;
}

.rt-button-arrow-3 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.rt-button-main-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-button-main-4.rt-underline-off.rt-chnage-direction {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.rt-form-button {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-smaller-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.rt-icon-black {
  filter: invert();
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-body-font-9 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font-9.rt-underline-on {
  text-decoration: underline;
}

.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-margin-top-none {
  margin-top: 0;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-padding-top-thirty-six {
  padding-top: 36px;
}

.rt-page-button {
  text-align: center;
  border-radius: 10px;
  padding: 15px 34px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
}

.rt-page-button.rt-main-linear-color {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: #273b9a;
  background-color: var(--untitled-ui--primary700);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  background-color: var(--untitled-ui--primary700);
  text-decoration: none;
}

.rt-features-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.rt-button-overlay-5 {
  transform-origin: 50% 100%;
  background-color: #fff;
  border: 1px solid #1962f2;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.rt-row-one {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-accelerate-growth {
  flex: 0 42.24%;
  max-width: 545px;
}

.rt-accelerate-growth.rt-home-three-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-button-texts-wrapper {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-growth-section-text {
  max-width: 490px;
  padding-top: 23px;
  padding-bottom: 45px;
}

.rt-growth-section-text.rt-text-two {
  max-width: 550px;
  padding-top: 10px;
  padding-bottom: 26px;
}

.rt-button-text-static {
  color: #fff;
  font-family: Vazirmatn, sans-serif;
}

.rt-button-text-absolute {
  color: #1962f2;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-7 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-8 {
  margin-bottom: 5px;
}

.heading-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.div-block-9 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

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

.uui-heading-xlarge {
  direction: rtl;
  color: #323f42;
  text-align: right;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.right-arrow {
  display: none;
}

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

.uui-text-size-xlarge {
  direction: rtl;
  color: #323f42;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.9;
}

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

.uui-badge-group_icon.text-color-primary500 {
  color: #273b9a;
  align-self: flex-start;
  margin-top: 4.5px;
  margin-right: -.25rem;
  padding-top: 0;
  font-size: 1rem;
  transform: rotate(-180deg)translate(16px);
}

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

.uui-heroheader01_image-wrapper {
  margin-top: 0;
  position: relative;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

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

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

.icon-3 {
  margin-right: 30px;
  display: none;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

.uui-max-width-medium {
  width: 100%;
  padding-left: 100px;
}

.uui-badge-group-copy {
  color: #648286;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f8f6f2;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group-copy.is-primary-copy {
  color: #273b9a;
  white-space: nowrap;
  background-color: #f9f5ff;
  padding-left: .8rem;
  padding-right: 0;
  text-decoration: none;
}

.hero-box-slider {
  background-color: var(--elements-webflow-library--neutral--100);
  height: 42rem;
  margin-top: 80px;
}

.uui-heroheader01_image {
  box-sizing: border-box;
  perspective-origin: 50%;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-left: 0;
}

.icon-5 {
  display: none;
}

.text-above-header {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-heroheader01_content {
  padding-top: 60px;
  font-family: Vazirmatn, sans-serif;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  direction: rtl;
  text-align: right;
  background-color: #98b5df00;
  border-radius: 100px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heroheader01_pattern-image {
  transform-style: preserve-3d;
  width: 18.625rem;
  display: none;
  position: absolute;
  top: -6%;
  right: 13rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.uui-button-10 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ca9bfb;
  border: 1px solid #ca9bfb;
  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-10:hover {
  background-color: #273b9a;
  border-color: #273b9a;
}

.uui-button-10:focus {
  background-color: #ca9bfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-10.is-button-large {
  grid-column-gap: .75rem;
  background-color: #516ac7;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-10.is-button-large:hover {
  background-color: #273b9a;
}

.rt-home-two-analytics-card-3 {
  text-align: right;
  cursor: pointer;
  background-color: #1e2628;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.rt-home-two-analytics-grid-2 {
  grid-column-gap: 30px;
  color: #6d6d6d;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-27-copy {
  color: #f6f8f8;
  border-bottom: 1px solid #7a9a98;
  padding-bottom: 10px;
  font-family: Vazirmatn, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.rt-button-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.rt-button-5.rt-underline-off-2 {
  text-decoration: none;
}

.image-6 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.text-block-27 {
  color: #323f42;
  border-bottom: 1px solid #7a9a98;
  padding-bottom: 10px;
  font-family: Vazirmatn, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.div-block-50-copy {
  color: #323f42;
  background-color: #f6f8f8;
  border-radius: 10px;
  flex: 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  position: relative;
}

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

.titr-h2 {
  color: #323f42;
  text-align: right;
  flex: 1;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 4rem;
}

.div-block-50 {
  color: #323f42;
  background-color: #323f42;
  border-radius: 10px;
  flex: 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  position: relative;
}

.rt-heading-six-9 {
  color: #150438;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-9.rt-margin-top-twenty-five-2.rt-margin-bottom-ten-5 {
  color: #323f42;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.rt-heading-six-9.rt-text-center-6 {
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
}

.rt-heading-six-9.rt-text-up {
  z-index: 10;
  position: relative;
}

.rt-heading-six-9.rt-text-up.rt-text-uppercase-2.rt-button-text-small {
  flex: 0 auto;
  font-family: Vazirmatn, sans-serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
  position: relative;
  left: auto;
}

.rt-heading-six-9.rt-text-center-6 {
  text-align: center;
  text-align: center;
  text-align: center;
  flex: 0 auto;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
}

.rt-heading-six-9.rt-margin-bottom-ten {
  text-align: right;
  margin-top: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.rt-button-typography {
  color: #516ac7;
  text-transform: capitalize;
  white-space: nowrap;
  font-family: Vazirmatn, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.rt-home-two-analytics-card-1 {
  text-align: right;
  cursor: pointer;
  background-color: #f9fc91;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.image-9 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  vertical-align: bottom;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: auto 21% 19% auto;
}

.div-block-49 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.rt-button-circle {
  border: 1px solid #516ac7;
  border-radius: 100px;
  width: 38%;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  position: absolute;
  inset: 0%;
}

.text-block-28-copy {
  color: #f6f8f8;
  flex: 1;
  align-self: center;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.rt-overflow-none-3 {
  text-align: left;
  width: 500px;
  overflow: hidden;
}

.rt-button-text-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-block-28 {
  color: #323f42;
  flex: 1;
  align-self: center;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.rt-home-two-testimonial-heading-wrap-2 {
  direction: rtl;
  flex-flow: column;
  align-self: flex-end;
  display: block;
}

.bold-text-24 {
  color: #323f42;
}

.top-services-in-box {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #6d6d6d;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-six-9-copy {
  color: #150438;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-9-copy.rt-margin-top-twenty-five-2.rt-margin-bottom-ten-5 {
  color: #f6f8f8;
  margin-top: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.rt-heading-six-9-copy.rt-margin-top-twenty-five-2-copy.rt-margin-bottom-ten-5-copy {
  color: #323f42;
  margin-top: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.rt-home-two-analytics-card-2 {
  text-align: right;
  cursor: pointer;
  background-color: #98b5df;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.rt-home-two-analytics-card-4 {
  text-align: right;
  cursor: pointer;
  background-color: #dcd0c0;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.rt-button-wrapper {
  display: flex;
}

.rt-button-wrapper.rt-margin-top-twenty-5 {
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.rt-component-section-11 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-11.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-11.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 5rem;
  padding-bottom: 0;
}

.image-5 {
  direction: rtl;
}

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

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.bold-text-4 {
  color: #516ac7;
}

.titr-h2-copy {
  color: #323f42;
  text-align: right;
  flex: 1;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
}

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

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

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.label {
  color: #006cd0;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vazirmatn, sans-serif;
  display: flex;
}

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

.step {
  z-index: 2;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  direction: rtl;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.paragraph-steps {
  color: #648286;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}

.rt-home-two-testimonial-wrap-3 {
  align-items: stretch;
}

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

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

.container_p {
  direction: rtl;
  flex: 1;
  align-items: center;
  max-width: 1290px;
  display: flex;
}

.rt-padding-top-thirty-six-2 {
  width: auto;
  margin-left: 0;
  padding-top: 36px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #648286;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.h1_features-2 {
  color: #342869;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.col_60 {
  justify-content: space-between;
  width: 60%;
  padding: 10px;
  display: flex;
}

.who-we-are {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 1%;
  display: flex;
}

.icon_wrap {
  overflow: hidden;
}

.rt-button-text-absolute-2 {
  color: #1962f2;
  font-family: Vazirmatn, sans-serif;
  position: absolute;
  left: 0;
  right: 0;
}

.card_row {
  direction: rtl;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
}

.text_features {
  color: #898ab1;
  overflow-wrap: normal;
  height: auto;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  line-height: 33px;
}

.card_col_2 {
  direction: rtl;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.arrow {
  direction: rtl;
  text-align: left;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto 0% 15%;
  transform: rotateX(-7deg)rotateY(80deg)rotateZ(0);
}

.col_40 {
  direction: rtl;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-right: 35px;
  display: flex;
}

.card_base {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #000;
  border-radius: 8px;
  width: 100%;
  min-height: 270px;
  margin-bottom: 25px;
  padding: 55px 25px 0;
  position: relative;
  box-shadow: 1px 1px 30px #afb3b624;
}

.rt-button-overlay-6 {
  border: 1px solid var(--untitled-ui--gray100);
  transform-origin: 50% 100%;
  background-color: #fff;
  border-radius: 13px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.paragraph-2 {
  color: #1e2628;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}

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

.what-we-do {
  background-color: var(--elements-webflow-library--neutral--100);
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-home-three-discover-right {
  border-radius: 0;
  flex: 0 50%;
  max-width: 38%;
  position: relative;
}

.bold-text-2 {
  color: #323f42;
}

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

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

.rt-autofit-6.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding-right: 0;
  position: relative;
  right: 15px;
}

.rt-home-three-discover-left {
  direction: rtl;
  color: #6d6d6d;
  flex: 0 50%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-number-block {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 10px;
}

.rt-home-three-discover-right-background {
  z-index: 1;
  transform-style: preserve-3d;
  background-color: #273b9a;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 92%;
  height: 92%;
  margin-top: -17px;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.rt-home-one-hero-heading-flex {
  grid-column-gap: 0px;
  direction: ltr;
  text-align: right;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  max-width: 440px;
  margin-bottom: 28px;
  position: static;
  inset: 0% 0% auto auto;
}

.rt-home-three-discover-flex {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-tab-full-width-height-auto-5 {
  object-fit: cover;
  border-radius: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.rt-home-two-marquee-box-main-wrap-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-marquee-box-main-wrap-2.rt-home-two-marquee-box-main-wrap-two {
  justify-content: flex-end;
  align-items: flex-start;
}

.rt-component-section-12 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-12.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-12.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 5rem;
  padding-bottom: 0;
}

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

.rt-text-small-2.rt-body-font-color-5 {
  color: #516ac7;
  font-family: Vazirmatn, sans-serif;
}

.rt-home-two-marquee-box-one-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.rt-home-two-marquee-main-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.rt-home-two-testimonial-slider-box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--elements-webflow-library--neutral--100);
  border: 1px solid #ebebeb;
  border-radius: 10px;
  flex: none;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 40px;
}

.rt-text-white-4 {
  color: #e0ecff;
}

.rt-text-white-4.rt-margin-top-twenty-2 {
  margin-top: 20px;
}

.rt-text-white-4.rt-margin-top-twenty-2.rt-marquee-paragraph {
  color: #6d6d6d;
  max-width: 359px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

.rt-left-overlay-2 {
  display: none;
}

.rt-home-two-testimonial-slider-contain-wrap-2 {
  direction: rtl;
  text-align: right;
  flex: 0 86%;
}

.rt-heading-six-4 {
  color: #273b9a;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.rt-home-two-testimonial-slider-image-wrap-2 {
  border-radius: 24px;
}

.rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-one-features-item-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 0 solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 60px 55px;
  text-decoration: none;
  display: flex;
}

.rt-component-section-28 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #6d6d6d;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-home-one-features-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 60px 55px;
  text-decoration: none;
  display: flex;
}

.rt-home-one-features-item:hover {
  color: #273b9a;
}

.rt-home-one-features-item.rtborder-off {
  border-right-style: none;
  border-right-width: 5px;
}

.rt-home-one-features-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  direction: ltr;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.bold-text-25 {
  color: #323f42;
}

.brix---text-200-list-bold {
  height: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2rem;
}

.brix---display-3-copy {
  color: #dcd0c0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 52px;
}

.brix---color-neutral-803 {
  color: #6e7191;
}

.brix---icon-list-item-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---card-pricing-popular {
  background-color: #273b9a;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---paragraph-default-2 {
  color: #648286;
  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: 1rem;
  line-height: 30px;
}

.brix---pricing-content-v10-popular {
  padding: 40px 50px;
}

.brix---display-3 {
  color: #273b9a;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 52px;
}

.brix---grid-2-columns---pricing-v10 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---card {
  background-color: #f8f6f2;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---paragraph-default-copy {
  color: #d8e0e0;
  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: 1rem;
  line-height: 30px;
}

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

.brix---section {
  direction: ltr;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 80px;
}

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

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

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

.brix---grid-pricing-v10-featured {
  grid-template-rows: auto auto auto auto auto;
}

.image-7 {
  vertical-align: baseline;
}

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

.brix---inner-container-410px {
  max-width: 410px;
}

.brix---pricing-content-v10 {
  direction: rtl;
  padding: 40px 42px;
  position: relative;
}

.div-block-44 {
  direction: rtl;
}

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

.brix---btn-primary-white {
  color: var(--untitled-ui--primary700);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  color: var(--untitled-ui--primary700);
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-804 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.brix---color-neutral-805 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 10% auto auto 5%;
}

.brix---icon-list {
  margin-right: 0;
}

.rt-component-section-18 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-18.rt-icon-box-v-six {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 30px;
  padding-bottom: 70px;
}

.rt-home-two-award-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.rt-home-two-award-content {
  color: #6d6d6d;
  padding-top: 22px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.rt-heading-six-6 {
  color: #150438;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 32px;
  text-decoration: none;
}

.rt-heading-six-6:hover {
  color: var(--untitled-ui--primary700);
}

.titr-5 {
  color: #273b9a;
  text-align: right;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.7rem;
  display: flex;
}

.rt-component-container-14 {
  direction: rtl;
  background-color: #f0f4fa;
  border-radius: 20px;
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-home-two-award-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
  position: static;
}

.rt-home-two-award-item.rt-item-three {
  border: 0 solid #516ac7;
  border-right-width: 2px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.rt-home-two-award-item.rt-item-two {
  direction: rtl;
  text-align: right;
  border: 0 solid #516ac7;
  border-right-width: 2px;
  margin-right: -70px;
  padding-left: 40px;
  padding-right: 40px;
}

.rt-features-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.rt-text-semibold-2-copy {
  font-weight: 600;
}

.rt-text-semibold-2-copy.rt-text-white-7-copy.rt-margin-bottom-five-copy {
  color: #f0f4fa;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  position: absolute;
  inset: auto auto 50% 5%;
}

.rt-component-section-20 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-20.rt-overflow-hidden-7 {
  background-color: var(--elements-webflow-library--neutral--100);
}

.rt-features-information-2 {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.rt-home-one-features-marquee-2 {
  direction: rtl;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rt-marquee-train-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.rt-features-cards-2 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 408px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-feautures-card-overlay-2 {
  background-color: #16232b;
  height: 18%;
  position: absolute;
  inset: auto 0% -4%;
  transform: skew(0deg, 4deg);
}

.rt-feautures-card-overlay-2.rt-card-black-overlay {
  z-index: 2;
  background-color: #273b9a;
  background-image: linear-gradient(#191b1dbf, #191b1dbf);
  height: 24%;
  transform: skew(0deg, -3deg);
}

.rt-feautures-card-overlay-2.rt-card-orange-overlay {
  background-color: #516ac7;
  height: 24%;
  bottom: -3%;
  transform: skew(0deg, -3deg);
}

.rt-text-semibold-2 {
  font-weight: 600;
}

.rt-text-semibold-2.rt-text-white-7.rt-margin-bottom-five {
  color: #f0f4fa;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  position: absolute;
  inset: auto 5% 50% auto;
}

.rt-component-container-16 {
  width: 100%;
  max-width: 1290px;
  padding-top: 20px;
  position: relative;
}

.uui-blogsection04_image-link {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection04_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection04_meta-wrapper {
  color: #273b9a;
  mix-blend-mode: multiply;
  background-color: #f9f5ff;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection04_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection04_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection04_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection04_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-heading-medium-5 {
  color: #323f42;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.3;
}

.uui-page-padding-7 {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_blogsection04 {
  direction: rtl;
}

.uui-blogsection04_category-link {
  color: #273b9a;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection04_category-link:hover {
  color: #53389e;
}

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

.uui-blogsection04_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection04_list-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-blogsection04_heading {
  flex: 1;
}

.uui-blogsection04_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-text-size-large-5 {
  color: #1e2628;
  letter-spacing: normal;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-size-medium-5 {
  color: #1e2628;
  letter-spacing: normal;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.uui-button-icon-7 {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: none;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: #273b9a;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: #53389e;
}

.uui-heading-xsmall-5 {
  color: #323f42;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.uui-heading-xsmall-5:hover {
  color: var(--untitled-ui--primary700);
}

.uui-button-16 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #516ac7;
  border: 1px solid #ca9bfb;
  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-16:hover {
  background-color: #273b9a;
  border-color: #273b9a;
}

.uui-button-16:focus {
  background-color: #ca9bfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

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

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

.brix---color-neutral-806 {
  color: #fff;
}

.bold-text-3 {
  color: #f0f4fa;
  font-size: .9rem;
  font-weight: 300;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---btn-primary-white-2 {
  color: #516ac7;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  color: #273b9a;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  padding: 26px 38px;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  color: #273b9a;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-right---t-left {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-section {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  aspect-ratio: auto;
  direction: rtl;
  text-align: right;
  vertical-align: middle;
  object-fit: fill;
  background-color: #273b9a;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---heading-h2-size {
  color: #f0f4fa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 50px;
}

.rt-component-section-25 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #6d6d6d;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---z-index-1 {
  z-index: 1;
  text-align: right;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.text-above-header-for-cta-box {
  color: #e3ae64;
  text-align: right;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

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

.rt-home-two-testimonial-wrap-4 {
  direction: rtl;
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 100px;
}

.titr-h2-copy-2 {
  color: #323f42;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 4rem;
}

.text-above-header-2 {
  color: #150438;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 42px;
}

.text-block-10 {
  font-family: Vazirmatn, sans-serif;
}

.text-block-5 {
  font-family: Vazirmatn, sans-serif;
  position: static;
}

.rt-category-cards-text-2 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  text-decoration: none;
}

.rt-about-three-accordion-box {
  background-color: #fff;
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding: 30px 40px;
}

.rt-tab-link-three {
  color: #150438;
  text-align: right;
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 100%;
}

.rt-tab-link-three.w--current {
  direction: rtl;
  color: #fff;
  text-align: right;
  background-color: #516ac7;
  border-bottom-style: solid;
  border-bottom-color: #516ac7;
  border-radius: 9px;
}

.rt-about-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-about-three-accordion-question.rt-three-question, .rt-about-three-accordion-question.rt-two-question, .rt-about-three-accordion-question.rt-four-question {
  text-decoration: none;
}

.rt-about-three-accordion-question.rt-one-question {
  font-family: Vazirmatn, sans-serif;
  text-decoration: none;
}

.text-block-11 {
  font-family: Vazirmatn, sans-serif;
}

.bold-text-27, .bold-text-26 {
  font-weight: 500;
}

.text-block-8 {
  font-family: Vazirmatn, sans-serif;
}

.rt-about-three-accordion-icon {
  filter: invert();
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.rt-about-three-answer-wrap {
  overflow: hidden;
}

.bold-text-28 {
  font-weight: 500;
}

.rt-about-three-accordion-icon-block {
  background-color: #fff;
  border: 1px solid #191b1d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.text-block-9 {
  font-family: Vazirmatn, sans-serif;
}

.rt-home-three-accordion-answer {
  color: #6d6d6d;
  padding-top: 20px;
}

.rt-home-three-accordion-answer.rt-about-three-accordion-answer {
  font-family: Vazirmatn, sans-serif;
}

.rt-about-three-accordion-wrapper {
  flex: 1;
  max-width: 775px;
}

.rt-tabs-content-2 {
  flex: 0 50%;
  margin-left: 20px;
  overflow: visible;
}

.rt-tabs-content-2.rt-service-one-tab-content {
  flex-basis: 60%;
  align-self: flex-start;
  margin-left: 60px;
}

.bold-text-29 {
  font-weight: 500;
}

.rt-service-one-tabs {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  font-family: Vazirmatn, sans-serif;
}

.rt-component-section-29 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.text-block-4, .text-block-7 {
  font-family: Vazirmatn, sans-serif;
}

.rt-tabs-menu-2 {
  flex-direction: column;
  flex: 0 50%;
  margin-right: 20px;
  padding-bottom: 32px;
  display: flex;
}

.rt-tabs-menu-2.rt-with-border {
  border-left: 1px solid #000;
  border-right: 0 solid #79797999;
  flex-basis: 40%;
  align-self: stretch;
  margin-left: 15px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
}

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

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

.brix---cta-v1-floating-item-3 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.bold-text-30 {
  color: #f0f4fa;
  font-size: .9rem;
  font-weight: 300;
}

.rt-component-section-30 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #6d6d6d;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.brix---btn-primary-white-3 {
  color: #516ac7;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-3:hover {
  color: #273b9a;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.rt-second-icon-box-section-heading {
  direction: rtl;
  color: #150438;
  text-align: right;
  max-width: 426px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.rt-home-two-about-us-block {
  border-top: 1px #979797;
  border-bottom: 1px #979797;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-home-two-about-us-right {
  direction: rtl;
  color: #6d6d6d;
  text-align: right;
  flex: 1;
  margin-top: 0;
}

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

.rt-image-height-auto-3.rt-absolute-img {
  position: absolute;
  inset: auto 12% 12% auto;
}

.rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
  inset: 10% auto auto 10%;
}

.rt-image-height-auto-3.rt-width-hundred {
  vertical-align: baseline;
}

.rt-color-grey {
  color: #6d6d6d;
}

.rt-color-grey.rt-padding-bottom-fourty {
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
}

.rt-component-section-31 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 140px 15px 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

.text-block-34-copy {
  text-align: right;
  border-left: 0 solid #516ac7;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Vazirmatn, sans-serif;
  display: block;
}

.rt-component-section-32 {
  direction: ltr;
  color: #6d6d6d;
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.sub-header {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 46px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.rt-home-two-about-us-left {
  flex: 1;
  margin-top: 0;
  position: relative;
}

.text-block-34 {
  text-align: right;
  border-left: 2px solid #273b9a;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Vazirmatn, sans-serif;
  display: block;
}

.div-block-51 {
  margin-bottom: 80px;
  padding-top: 0;
  display: flex;
  position: static;
}

.div-block-52 {
  align-self: center;
}

.rt-home-two-data-science-card {
  grid-column-gap: 19px;
  grid-row-gap: 35px;
  direction: rtl;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding: 0 0 20px;
  display: flex;
}

.heading-2-copy {
  direction: rtl;
  color: #516ac7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
}

.rt-heading-six-10 {
  color: #150438;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.div-block-54 {
  align-self: center;
}

.div-block-55 {
  direction: rtl;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.rt-component-section-4 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-4.rt-icon-box-v-two {
  padding-top: 70px;
  padding-bottom: 60px;
}

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

.rt-container-7 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-container-7.rt-service-one-support-container {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: space-between;
  display: flex;
}

.rt-home-one-highlight-item {
  cursor: pointer;
  flex: none;
  padding-right: 20px;
  text-decoration: none;
}

.rt-home-one-highlight-arrow-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  display: flex;
}

.rt-body-font-16 {
  color: #462720;
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.rt-body-font-16.rt-text-capitalize {
  text-transform: uppercase;
}

.rt-body-font-16.rt-text-capitalize.rt-change-color-white {
  color: #fff;
  font-family: Vazirmatn, sans-serif;
}

.rt-home-one-highlight-gredient {
  background-image: linear-gradient(#0000, #0006);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.rt-highlight-line {
  background-color: #a2a2a2;
  width: 268px;
  height: 1px;
}

.rt-auto-fit-12 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-component-section-33 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-33.rt-overflow-hidden-2 {
  direction: rtl;
  padding-top: 170px;
}

.rt-home-one-highlight-wrapper {
  padding-top: 20px;
  display: flex;
}

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

.rt-home-one-highlight-image-wrapper {
  background-color: #131218;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-home-one-highlight-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-heading-five-34 {
  color: #462720;
  text-transform: capitalize;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.rt-heading-five-34.rt-change-color-white-text {
  color: #fff;
  font-family: Vazirmatn, sans-serif;
}

.brix---blog-card-image-featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.brix---blog-card-content-inside {
  padding: 32px 32px 40px;
}

.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: 18px;
  line-height: 30px;
}

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

.brix---badge-secondary-small {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Vazirmatn, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.brix---blog-card-details-v6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---blog-card-image-wrapper-v6 {
  border-radius: 24px 0 0 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Vazirmatn, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---blog-card-badge-wrapper-top {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---blog-card-image {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.brix---section-2 {
  direction: rtl;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 176px;
}

.brix---blog-card-image-wrapper-inside {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Vazirmatn, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---blog-card-featured-content {
  padding: 58px 64px;
}

.brix---subtitle-2 {
  color: #516ac7;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-807 {
  color: #6e7191;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---blog-card-featured-wrapper-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px #14142b0f;
}

.brix---color-neutral-808 {
  color: #211f54;
}

.brix---badge-secondary-small-light {
  color: #211f54;
  text-align: center;
  background-color: #f7f7fc;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Vazirmatn, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.brix---text-200 {
  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;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  position: static;
}

.brix---badge-secondary-category-badges {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  margin-left: 10px;
  padding: 18px 10px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.brix---badge-secondary-category-badges:hover {
  color: #fff;
  background-color: #516ac7;
  border-color: #516ac7;
}

.brix---badge-secondary-category-badges.w--current {
  color: #fff;
  cursor: default;
  background-color: #516ac7;
  border-color: #516ac7;
}

.text-block-35 {
  font-family: Vazirmatn, sans-serif;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---grid-title-and-categories {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Vazirmatn, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---categories-badges-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  display: flex;
}

.brix---color-neutral-809 {
  color: #211f54;
}

.brix---section-bg-neutral-200 {
  direction: rtl;
  background-color: #f7f7fc;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  position: static;
}

.text-block-36 {
  font-family: Vazirmatn, sans-serif;
}

.brix---color-neutral-810 {
  color: #211f54;
}

.div-block-56 {
  margin-bottom: 80px;
  display: flex;
  position: static;
}

.rt-component-section-27 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 160px 15px 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-34 {
  direction: ltr;
  color: #6d6d6d;
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-second-icon-box-section-heading-2 {
  direction: rtl;
  color: #150438;
  text-align: right;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

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

.titr-h2-copy-3 {
  color: #323f42;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 4rem;
}

.text-block-37 {
  font-family: Vazirmatn, sans-serif;
}

.rt-component-section-35 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.text-block-38 {
  font-family: Vazirmatn, sans-serif;
}

.paragraph-4 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.text-block-39, .text-block-40 {
  font-family: Vazirmatn, sans-serif;
}

.text-block-41 {
  font-family: Vazirmatn, sans-serif;
  line-height: 2.2rem;
}

.paragraph {
  color: #5a5a5a;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.5rem;
  display: flex;
}

.text-block-42 {
  font-family: Vazirmatn, sans-serif;
  line-height: 2rem;
}

.bold-text-31 {
  font-weight: 500;
}

.text-block-43 {
  font-family: Vazirmatn, sans-serif;
  position: static;
}

.text-block-44 {
  font-family: Vazirmatn, sans-serif;
  line-height: 2rem;
}

.rt-image-overlay-2 {
  z-index: 1;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #273b9a;
  width: 545px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.main-heading-h1-4 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-image-effect.rt-cover-image {
  border-radius: 20px;
  margin-top: 0;
  padding-top: 0;
}

.rt-hover-in-text-4 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.titr-sub-zir-4 {
  direction: rtl;
  color: #516ac7;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-button-icon-wrapper-3 {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 19.5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-icon-wrapper-3.rt-button-icon-wrapper-background-color-change {
  background-color: #59f;
}

.rt-black-border {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.rt-black-border.rt-black-border-margin-top-and-buttom {
  margin-top: 20px;
  margin-bottom: 20px;
}

.introduction {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.introduction.rt-image-box-v10 {
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 60px;
}

.sub-title-blue-4 {
  color: #516ac7;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
}

.rt-button-text-wrapper-2 {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-icon-out-3 {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: rotate(0)translate(-50%, -50%);
}

.rt-home-two-business-potential-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-home-two-about-text-wrapper-2 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

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

.rt-overflow-hidden-3.rt-home-two-business-potential-main-image {
  border-radius: 10px;
  height: auto;
  margin-top: 50px;
}

.rt-3d-trigger-image {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-button-10 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rt-button-text-block-3 {
  background-color: #273b9a;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.titr-2-sub-titr {
  color: #516ac7;
  font-size: 1rem;
}

.rt-home-two-business-potential-image-wrapper {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-hover-out-text-6 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

.rt-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.rt-component-container-31 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-5 {
  color: #1d2939;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
  display: flex;
}

.rt-home-three-accordion-block-2 {
  text-align: right;
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  padding: 20px 50px;
  display: block;
}

.rt-home-three-accordions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordion-wrap-heading {
  direction: rtl;
  color: #516ac7;
  text-align: center;
  align-self: flex-end;
  margin-bottom: 50px;
  padding-right: 20px;
  font-family: Vazirmatn, sans-serif;
}

.table-of-contents {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.table-of-contents.rt-accordion-v-six {
  padding-top: 50px;
}

.rt-accordion-answer-wrap {
  background-color: #f4f4fc;
  flex-flow: column;
  align-items: center;
  display: block;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  direction: rtl;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-question-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-accordion-answer-block-copy {
  text-align: right;
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  text-decoration: none;
  display: block;
}

.rt-accordion-answer-block-copy:hover {
  color: #516ac7;
}

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

.rt-home-three-accordion-answer-copy {
  color: #6d6d6d;
  text-align: right;
  padding-top: 20px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
}

.rt-minus {
  position: absolute;
}

.rt-category-cards-text-3 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-accordion-answer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  border-bottom: 1px dashed #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding-bottom: 20px;
  text-decoration: none;
  display: grid;
}

.rt-accordion-answer-block:hover {
  color: #516ac7;
}

.rt-home-three-accordion-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordion-answer-2 {
  color: #6d6d6d;
  text-align: right;
  padding-top: 20px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
}

.rt-home-three-accordion-answer-2:hover {
  color: #516ac7;
}

.rt-home-two-business-potential-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.heading-5 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-5 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

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

.title-and-paragraph {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.title-and-paragraph.rt-image-box-v10 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.introduction2 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.introduction2.rt-image-box-v10-copy {
  direction: ltr;
  direction: ltr;
  direction: ltr;
  direction: ltr;
  direction: ltr;
  direction: ltr;
  direction: ltr;
  direction: ltr;
  direction: ltr;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.text-above-header-3 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-10 {
  direction: rtl;
}

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

.rt-component-section-36 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-36.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-36.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.rt-home-two-testimonial-wrap-5 {
  align-items: stretch;
}

.label-2 {
  color: #006cd0;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
}

.image-11 {
  border-radius: 20px;
}

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

.text-block-46 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.titr-sub-zir-6 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.box-type-1 {
  background-color: #f4f0ec;
}

.heading-6 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.heading-3-for-box-type-2 {
  color: #e4e3e3;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.heading-7 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.text-block-for-box-type-2 {
  color: #e7e6e6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  min-width: auto;
  display: grid;
}

.rt-home-two-about-text-wrapper-2-copy {
  direction: rtl;
  color: #6d6d6d;
  flex-flow: column;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.box-type-2 {
  background-color: #516ac7;
}

.type-of-sth {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.type-of-sth.rt-image-box-v10 {
  padding-bottom: 60px;
}

.rt-home-two-business-potential-wrapper-copy-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.heading-8 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-33 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-9 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.brix---grid-2-columns---pricing-v10-2 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 80fr 80fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.brix---color-neutral-811 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-copy-2 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---display-4 {
  color: #273b9a;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 52px;
}

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

.brix---card-2 {
  background-color: #f8f6f2;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---color-neutral-812 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.rt-component-container-9 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-10 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.brix---display-3-copy-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 52px;
}

.documents-section {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.documents-section.rt-image-box-v10 {
  padding-bottom: 60px;
}

.div-block-57 {
  direction: rtl;
}

.brix---grid-pricing-v10-featured-2 {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.brix---paragraph-default-4 {
  color: #648286;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.heading-11 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.university-name-box {
  text-align: center;
  background-color: #273b9a;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-47 {
  direction: rtl;
  color: #fff;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

.top-10-boxes-section {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.top-10-boxes-section.rt-image-box-v10-copy {
  padding-top: 0;
  padding-bottom: 60px;
}

.heading-12 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-34 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

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

.rt-component-container-11 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-13 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.paragraph-with-head-points3 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.paragraph-with-head-points3.rt-image-box-v10 {
  padding-bottom: 60px;
}

.rt-pricing-faq-text-copy {
  color: #150438;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.rt-pricing-faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #edf4ff;
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block.rt-border-none {
  border-bottom-style: none;
}

.rt-pricing-faq-line-one {
  background-color: #150438;
  width: 17px;
  height: 1px;
}

.rt-dropdown-toggle-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-2.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-text {
  color: #1a1a1b;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

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

.rt-pricing-faq-line-two {
  background-color: #150438;
  width: 17px;
  height: 1px;
}

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

.faq-section {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-accordion {
  width: 100%;
}

.rt-category-cards-text-4 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.heading-14 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-dropdown-list-2 {
  background-color: #edf4ff;
  position: relative;
  overflow: hidden;
}

.rt-dropdown-list-2.w--open {
  background-color: #14151700;
  position: relative;
}

.rt-button-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.rt-category-cards-text-5 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.heading-15 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-37 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-16 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.image-12 {
  border-radius: 20px;
}

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

.container-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-component-section-37 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-37.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-37.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.image-13 {
  direction: rtl;
  border-radius: 20px;
}

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

.label-3 {
  color: #006cd0;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
}

.img-block-2 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.heading-17 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-business-potential-wrapper-copy-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.box-type-3 {
  background-color: #f4f0ec;
}

.box-type-4 {
  background-color: #516ac7;
}

.text-block-49 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading-18 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-7 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-19 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.heading-20 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.div-block-58 {
  direction: rtl;
}

.rt-component-container-39 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.brix---color-neutral-813 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-5 {
  color: #648286;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---display-3-copy-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 52px;
}

.brix---paragraph-default-copy-3 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-814 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.heading-21 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.heading-22 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.text-block-50 {
  direction: rtl;
  color: #fff;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

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

.rt-component-container-40 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-23 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-category-cards-text-6 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

.rt-3d-trigger-image-2 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-button-9 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rt-component-container-42 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-category-cards-text-7 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

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

.rt-component-container-43 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-24 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

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

.heading-25 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vazirmatn, sans-serif;
  display: flex;
}

.image-14 {
  direction: rtl;
}

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

.bold-text-32 {
  color: #516ac7;
  text-align: right;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-component-section-38 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-38.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-38.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 0;
}

.heading-26 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.paragraph-with-head-points {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.paragraph-with-head-points.rt-image-box-v10 {
  padding-bottom: 60px;
}

.rt-component-container-45 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.titr-2-sub-titr-copy {
  color: #516ac7;
  margin-bottom: 0;
  font-size: 1rem;
}

.heading-27 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-46 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-28 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-47 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-29 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-48 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-with-head-points2 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.paragraph-with-head-points2.rt-image-box-v10-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-30 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.brix---paragraph-default-copy-4 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-815 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.div-block-60 {
  direction: rtl;
}

.rt-component-container-49 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.brix---color-neutral-816 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.heading-31 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-3d-trigger-image-copy {
  perspective: 1000px;
  width: 115%;
  height: 100%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-50 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.introduction3 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.introduction3.rt-image-box-v10-copy {
  padding-bottom: 0;
}

.heading-32 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

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

.rt-component-container-51 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.text-block-33 {
  direction: rtl;
  color: #fff;
  font-family: Vazirmatn, sans-serif;
}

.heading-33, .heading-34 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

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

.rt-pricing-faq-text-2 {
  color: #516ac7;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.rt-category-cards-text-8 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.heading-35 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.faq-section-2 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.code-embed {
  background-color: #601313;
}

.code-embed-2 {
  color: #a51f1f;
  background-color: #48101000;
  width: 10%;
}

.code-embed-3 {
  width: 3%;
}

.rt-button-12 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rt-home-two-business-potential-wrapper-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-category-cards-text-9 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-home-three-accordion-block {
  text-align: right;
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  padding: 20px 50px;
  display: block;
}

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

.rt-home-two-business-potential-wrapper-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.heading-36, .heading-37, .heading-38 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.consulting-box {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.consulting-box.rt-image-box-v10 {
  padding-top: 0;
  padding-bottom: 60px;
}

.rt-component-container-54 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.div-block-62 {
  text-align: center;
  background-color: #273b9a;
  border-radius: 0 15px 15px 0;
  flex: 0 auto;
  align-self: center;
  width: 15%;
  padding: 40px;
}

.div-block-63 {
  background-color: #516ac7;
  border-radius: 15px 0 0 15px;
  flex: 1;
  padding: 15px 20px;
}

.paragraph-2-copy {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.1rem;
  line-height: 2.4rem;
}

.link {
  color: #ffd000;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.step-block-2 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.heading-39 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.image-15 {
  direction: rtl;
}

.rt-home-two-testimonial-wrap-6 {
  align-items: stretch;
}

.steps-clone-2 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

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

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

.container-5 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-component-section-39 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-39.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-39.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.heading-40 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.brix---color-neutral-817 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.div-block-64 {
  direction: rtl;
}

.brix---color-neutral-818 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-copy-5 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.rt-home-two-business-potential-wrapper-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.heading-41, .heading-42, .heading-43 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.text-block-53 {
  direction: rtl;
  color: #fff;
  font-family: Vazirmatn, sans-serif;
}

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

.heading-44 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.faq-section-3 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.heading-45 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

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

.rt-category-cards-text-10 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-home-two-testimonial-wrap-7 {
  direction: rtl;
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 140px;
}

.titr-h2-copy-4 {
  color: #323f42;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 4rem;
}

.text-above-header-4 {
  color: #150438;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 42px;
}

.div-block-66 {
  border: 1px solid #eff0f6;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.rt-component-section-40 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-button-overlay-7 {
  transform-origin: 50% 100%;
  background-color: #fff;
  border: 1px solid #1962f2;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.rt-form-button-2 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.rt-button-text-absolute-3 {
  color: var(--untitled-ui--primary700);
  font-family: Vazirmatn, sans-serif;
  position: absolute;
  left: 0;
  right: 0;
}

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

.heading-46 {
  color: #150438;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.rt-contact-two-form-field-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  text-align: right;
  border: 0 solid #eff0f6;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.rt-contact-two-form-field-main-2.rt-change-size {
  flex-basis: 100%;
}

.rt-icon-black-2 {
  filter: invert();
  -webkit-text-stroke-color: #116df8;
}

.div-block-67 {
  border: 1px solid #eff0f6;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-68 {
  margin-bottom: 5px;
}

.recaptcha {
  align-self: flex-start;
}

.navmenu__col-1-list-copy {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 350px;
  padding-right: 0;
  display: flex;
}

.navmenu__dropdown-grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  justify-items: stretch;
  width: 100%;
  max-width: 300px;
  padding-right: 0;
  display: flex;
}

.navmenu__dropdown-section-list-item {
  list-style-type: none;
}

.brand {
  color: #1b1b1b;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 1rem;
  transition: color .2s;
}

.brand:hover {
  color: #516ac7;
}

.text-block-55 {
  align-self: center;
}

.navmenu__dropdown-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 0 52px 60px;
  display: grid;
}

.link-list__link-2 {
  color: #1b1b1b;
  align-self: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__link-2:hover {
  color: #516ac7;
  box-shadow: inset 0 -3px #516ac7;
}

.navbar__wrapper {
  z-index: 100;
  background-color: var(--elements-webflow-library--neutral--100);
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.navbar__logo-embed {
  color: #1e1e1e;
  display: flex;
}

.navbar__logo-embed:hover {
  color: #516ac7;
}

.uui-navbar04_button-wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.navmenu__dropdown-block {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  flex: 0 0 34%;
  padding-left: 60px;
}

.navmenu__dropdown-section-heading-2 {
  color: #666;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
  padding-bottom: 8px;
  font-family: Vazirmatn, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.navmenu__dropdown-section-heading-2:hover {
  color: #516ac7;
}

.navmenu__dropdown-list {
  direction: rtl;
  flex-flow: column;
  max-width: 650px;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.navmenu__dropdown-section-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #1b1b1b;
  text-decoration: none;
  display: flex;
}

.navmenu__dropdown-section-link:hover, .navmenu__dropdown-section-link:focus {
  color: #516ac7;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
}

.navmenu__link-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.link-list__list-item-copy {
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.link-list__list-item-copy.cc-first-copy {
  position: relative;
}

.navbar__navmenu-mobile {
  display: none;
}

.navmenu__dropdown-section {
  max-width: 650px;
  margin-bottom: 40px;
  list-style-type: none;
}

.navmenu__dropdown-section.cc-last {
  max-width: 300px;
  margin-bottom: 0;
}

.link-list__dropdown-wrapper {
  align-self: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: static;
}

.navmenu__dropdown-right {
  grid-column-gap: 150px;
  grid-row-gap: 0px;
  border-left: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 52px;
  padding-right: 20px;
}

.uui-navbar04_menu-right-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navmenu__dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #ac1f1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  padding-right: 40px;
  display: grid;
}

.uui-button-9-copy {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #516ac7;
  border: 1px solid #ca9bfb;
  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-9-copy:hover {
  background-color: #273b9a;
  border-color: #273b9a;
}

.uui-button-9-copy:focus {
  background-color: #ca9bfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.navbar__navmenu {
  flex: 1;
  justify-content: space-between;
  margin-left: 32px;
  transition: all .2s;
  display: flex;
  position: static;
}

.navmenu__dropdown-section-list {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 500px;
  max-width: 700px;
  margin-bottom: 0;
  padding-right: 0;
  display: grid;
}

.navmenu__flex-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navmenu__dropdown-section-link-icon {
  color: #171717;
  align-self: center;
  width: 20px;
  height: 16px;
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  transform: translate(0, 1px);
}

.navmenu__dropdown-section-link-icon:hover {
  -webkit-text-stroke-color: #000;
  background-color: #fff0;
}

.navmenu__dropdown-copy {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown-copy.w--open {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  max-height: none;
  display: flex;
  overflow: visible;
}

.link-list__dropdown-toggle-2 {
  color: #1b1b1b;
  align-self: center;
  align-items: center;
  height: 100%;
  padding: 2rem 0;
  font-family: Vazirmatn, sans-serif;
  transition: box-shadow .2s, color .2s;
  display: flex;
  top: auto;
  bottom: 0;
}

.link-list__dropdown-toggle-2:hover {
  color: #516ac7;
  box-shadow: inset 0 -3px #516ac7;
}

.link-list__dropdown-toggle-2.w--open {
  box-shadow: inset 0 -3px #516ac7;
}

.link-list__dropdown-icon {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navmenu__dropdown-section-link-heading-2 {
  text-align: right;
  margin-right: 8px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
  line-height: 2rem;
}

.navbar__mobile-overlay {
  display: none;
}

.navbar__container {
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 9999;
  direction: rtl;
  font-size: 1rem;
  line-height: 1.7;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.navmenu__dropdown-container {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.uui-button-tertiary-gray-8 {
  grid-column-gap: .5rem;
  color: #1e2628;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  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;
}

.uui-button-tertiary-gray-8:hover {
  color: #648286;
  background-color: #f9fafb;
}

.navmenu__dropdown-right-copy {
  grid-column-gap: 150px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: minmax(239px, 1fr);
  min-width: 300px;
  max-width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.navmenu__dropdown-banner-link {
  text-align: right;
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  max-width: none;
  margin-bottom: 0;
  text-decoration: none;
}

.link-list__list-item {
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.navmenu__col-1-list {
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 0;
  display: flex;
}

.link-list__dropdown-wrapper-copy {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: static;
}

.navmenu__dropdown-container-copy {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.navmenu__dropdown-container-copy.cc-mobile {
  justify-content: center;
  max-width: 300px;
}

.navmenu__banner-image {
  width: 70%;
  height: 80%;
}

.navmenu__dropdown-block-copy {
  background-color: #fafafa;
  border-left: 0 #e4e4e4;
  flex: 0 0 30%;
  max-width: 400px;
  padding-left: 0;
}

.navmenu__section-link-row-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #1b1b1b;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navmenu__section-link-row-copy:hover {
  color: #516ac7;
}

.navmenu__section-link-row-copy.cc-first {
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
}

.navmenu__section-link-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #1b1b1b;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navmenu__section-link-row:hover {
  color: #516ac7;
}

.navmenu__section-link-row.cc-first {
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
}

.navmenu__section-link-row.cc-last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.navmenu__dropdown {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown.w--open {
  max-height: 90vh;
  overflow: auto;
}

.div-block-69 {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-56 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  position: static;
}

.rt-home-two-business-potential-wrapper-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-3d-trigger-image-3 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-button-13 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rt-component-container-58 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-home-three-accordion-block-3 {
  text-align: right;
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  padding: 20px 50px;
  display: block;
}

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

.rt-category-cards-text-11 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.heading-47 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-business-potential-wrapper-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-3d-trigger-image-4 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-6 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-48 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.container-6 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-16 {
  direction: rtl;
}

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

.heading-49 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-section-41 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-41.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-41.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.rt-home-two-testimonial-wrap-8 {
  flex-flow: row-reverse;
  align-items: stretch;
}

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

.step-block-3 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.div-block-70 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.brix---color-neutral-819 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-copy-6 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-820 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.div-block-71 {
  direction: rtl;
}

.rt-home-two-business-potential-wrapper-8 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-3d-trigger-image-5 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-61 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-50 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.text-block-58 {
  direction: rtl;
  color: #fff;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

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

.rt-pricing-faq-text-3 {
  color: #1a1a1b;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

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

.faq-section-4 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-category-cards-text-12 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-63 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-9 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-button-14 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.rt-category-cards-text-13 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-home-three-accordion-block-4 {
  text-align: right;
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  padding: 20px 50px;
  display: block;
}

.rt-component-container-65 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-51 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.container-7 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-component-section-42 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-42.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-42.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.image-17 {
  direction: rtl;
  border-radius: 20px;
}

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

.img-block-6 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.bold-text-33 {
  text-align: justify;
  font-weight: 500;
}

.rt-home-two-business-potential-wrapper-copy-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-67 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.box-type-5 {
  background-color: #516ac7;
}

.text-block-60 {
  text-align: justify;
  margin: 20px 10px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.bold-text {
  text-align: justify;
  font-weight: 500;
}

.heading-52 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.text-block-for-box-type-3 {
  color: #e7e6e6;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.titr-sub-zir-8 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-53 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.rt-component-container-68 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-54 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-business-potential-wrapper-copy-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.div-block-73 {
  direction: rtl;
}

.brix---color-neutral-821 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-copy-7 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-822 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.heading-55 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-69 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.text-block-61 {
  direction: rtl;
  color: #fff;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

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

.text-block-62 {
  direction: rtl;
  color: #eae5e5;
  text-align: justify;
  border-top: 2px solid #d8cbcb;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

.faq-section-5 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-pricing-faq-text-4 {
  color: #1a1a1b;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.rt-category-cards-text-14 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

.rt-component-container-71 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-button-15 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.rt-category-cards-text-15 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-home-three-accordion-block-5 {
  text-align: right;
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  padding: 20px 50px;
  display: block;
}

.rt-home-two-business-potential-wrapper-copy-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-73 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-56 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.container-8 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-component-section-43 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-43.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-43.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.image-18 {
  direction: rtl;
  border-radius: 20px;
}

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

.img-block-7 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.box-type-6 {
  background-color: #f4f0ec;
}

.rt-component-container-75 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.text-block-64 {
  text-align: justify;
  margin: 20px 10px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading-57 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-9 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-58 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.rt-component-container-76 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-59 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-business-potential-wrapper-copy-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.div-block-75 {
  direction: rtl;
}

.brix---color-neutral-823 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-copy-8 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-824 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.heading-60 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-77 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.link-222 {
  color: #fee;
  text-decoration: none;
}

.link-222:hover {
  color: #a6a0ef;
}

.text-block-65 {
  direction: rtl;
  color: #fff;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

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

.text-block-66 {
  direction: rtl;
  color: #eae5e5;
  text-align: justify;
  border-top: 2px solid #d8cbcb;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

.faq-section-6 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-pricing-faq-text-5 {
  color: #1a1a1b;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.rt-category-cards-text-16 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

.div-block-77 {
  width: 7rem;
}

.navmenu__dropdown-section-link-icon-copy {
  color: #171717;
  align-self: center;
  width: 20px;
  height: 16px;
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  transform: translate(0, 1px);
}

.navmenu__dropdown-section-link-icon-copy:hover {
  -webkit-text-stroke-color: #000;
  background-color: #fff0;
}

.navmenu__dropdown-section-link-icon-copy-copy {
  color: #171717;
  align-self: center;
  width: 30px;
  height: 16px;
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  transform: translate(0, 1px);
}

.navmenu__dropdown-section-link-icon-copy-copy:hover {
  -webkit-text-stroke-color: #000;
  background-color: #fff0;
}

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

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

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

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.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;
  list-style-type: none;
}

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

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  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: 120px;
  padding-bottom: 120px;
}

.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---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  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: 2fr 1fr 1fr 1fr 1fr;
}

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

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

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

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

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

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

.brix---input-2: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-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---heading-h3-size-4 {
  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---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

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

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

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

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

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---success-message-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.rt-border-bottom-color {
  border-bottom: 1px solid #e7e8ea;
}

.rt-main-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  direction: rtl;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rt-button-overlay-3 {
  background-color: #516ac7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-46 {
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-footer-two-main-link-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-top: 100px;
  padding-bottom: 0;
  padding-right: 15px;
  display: grid;
}

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

.rt-home-one-arrow-main {
  direction: ltr;
  text-align: left;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 60px;
  display: flex;
  position: relative;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.rt-footer-two-logo-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.rt-footer-one-link-item-copy-copy-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  outline-offset: 0px;
  border-right: 0 #516ac7;
  outline: 0 solid #6d6d6d;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  height: 2rem;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 17px;
  display: flex;
}

.rt-hover-arrow {
  transform-style: preserve-3d;
  display: none;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.rt-footer-two-main-text {
  border-left: 1px solid #d8e0e0;
  border-right: 1px #e7e8ea;
  flex: 1;
  max-width: 470px;
  padding: 100px 15px 130px;
}

.rt-footer-utility-wrapper {
  padding: 0 15px;
}

.rt-button-arrow {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.rt-footer-utility-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: inline-flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.sub-text {
  padding-bottom: 5px;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.rt-footer-one-link-item-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  font-size: 17px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-category-cards-text-17 {
  color: #150438;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-17.rt-margin-bottom-thirty {
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.rt-footer-two-main-heading {
  max-width: 350px;
  margin-top: -5px;
}

.div-block-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 10px;
  display: flex;
}

.rt-inner-container-5-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-24 {
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.text-block-25 {
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1rem;
}

.rt-home-two-link-items-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.rt-footer-two-top-logo-wrapper {
  direction: rtl;
  border-bottom: 1px solid #e7e8ea;
}

.rt-auto-fit-6 {
  object-fit: cover;
}

.rt-component-section-44 {
  color: #6d6d6d;
  background-color: #f8f6f2;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-44.rt-footer-v-seven {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-bottom: 0;
  padding-right: 1rem;
}

.rt-about-option {
  color: #6d6d6d;
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: #516ac7;
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
  padding-left: 6px;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.rt-about-option.rt-about-last:hover {
  color: #516ac7;
}

.rt-footer-one-link-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.rt-home-two-blog-item-button {
  padding-top: 40px;
  display: flex;
}

.rt-footer-two-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: padding-box;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.rt-footer-two-contact-link {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  direction: rtl;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.rt-inner-container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-26 {
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.rt-footer-one-link-item-copy-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  border-right: 1px solid #d8e0e0;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 2rem;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 17px;
  display: flex;
}

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

.heading-61 {
  font-family: Vazirmatn, sans-serif;
  line-height: 3rem;
}

.text-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navbar__logo-embed-copy {
  color: #1e1e1e;
  display: flex;
}

.navbar__logo-embed-copy:hover {
  color: #516ac7;
}

.navmenu__dropdown-section-li-k-icon {
  color: #1e1e1e;
  display: flex;
}

.navmenu__dropdown-section-li-k-icon:hover {
  color: #516ac7;
}

.brand-copy {
  color: #1b1b1b;
  align-self: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  transition: color .2s;
}

.brand-copy:hover {
  color: #516ac7;
}

.rt-3d-trigger-image-6 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-button-16 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.rt-home-three-accordion-block-6 {
  text-align: right;
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  padding: 20px 50px;
  display: block;
}

.rt-category-cards-text-18 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-home-two-business-potential-wrapper-copy-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

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

.rt-component-section-45 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-45.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-45.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.image-20 {
  direction: rtl;
}

.container-9 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-11, .rt-home-two-business-potential-wrapper-copy-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-82 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.div-block-79 {
  text-align: center;
  background-color: #273b9a;
  border-radius: 0 15px 15px 0;
  flex: 0 auto;
  align-self: center;
  width: 15%;
  padding: 40px;
}

.image-21 {
  border-radius: 10px;
}

.div-block-80 {
  background-color: #516ac7;
  border-radius: 15px 0 0 15px;
  flex: 1;
  padding: 15px 20px;
}

.rt-home-two-business-potential-wrapper-copy-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

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

.rt-pricing-faq-text-6 {
  color: #232323;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.faq-section-7 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-container-84 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-3d-trigger-image-7 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

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

.rt-category-cards-text-19 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.titr-sub-zir-10 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-component-container-86 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-62 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-87 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-63 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-3d-trigger-image-8 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.text-above-header-5 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-home-one-features-item-copy-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 0 solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px 55px;
  text-decoration: none;
  display: flex;
}

.benefits {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.text-block-68 {
  direction: rtl;
  color: #5a5a5a;
  text-align: center;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
}

.bold-text-34 {
  color: #323f42;
}

.rt-home-two-testimonial-heading-wrap-3 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

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

.rt-home-one-features-item-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px 55px;
  text-decoration: none;
  display: flex;
}

.rt-home-one-features-item-2:hover {
  color: #273b9a;
}

.rt-home-one-features-item-2.rtborder-off {
  border-right-style: none;
  border-right-width: 5px;
  padding-top: 60px;
}

.titr-sub-zir-11 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-component-container-89 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-64 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-12 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.text-block-69 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-component-container-90 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-65 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.heading-66 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.box-type-7 {
  background-color: #f4f0ec;
}

.text-block-for-box-type-4 {
  color: #e7e6e6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-component-container-91 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-67 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-3d-trigger-image-9 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.step-block-4 {
  flex-flow: row;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

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

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

.rt-component-section-46 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-46.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-46.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

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

.image-22, .image-23 {
  border-radius: 20px;
}

.rt-home-two-testimonial-wrap-9 {
  align-items: stretch;
}

.container-10 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.titr-sub-zir-13 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-component-container-93 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-68 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.brix---color-neutral-828 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.div-block-81 {
  direction: rtl;
}

.brix---color-neutral-829 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.rt-home-two-business-potential-wrapper-copy-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.brix---grid-2-columns---pricing-v10-3 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 80fr 80fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.titr-sub-zir-14 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-component-container-94 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-69 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-95 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-70 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-3d-trigger-image-10 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-category-cards-text-20 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

.rt-pricing-faq-text-7 {
  color: #516ac7;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.rt-3d-trigger-image-11 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

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

.rt-category-cards-text-21 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-home-two-business-potential-wrapper-copy-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-home-one-features-item-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 60px 55px;
  text-decoration: none;
  display: flex;
}

.rt-home-one-features-item-3:hover {
  color: #273b9a;
}

.rt-home-one-features-item-3.rtborder-off {
  border-right-style: none;
  border-right-width: 5px;
}

.text-block-71 {
  direction: rtl;
  color: #424141;
  text-align: center;
  align-self: flex-end;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

.rt-home-two-testimonial-heading-wrap-4 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

.rt-component-section-47 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-home-one-features-item-copy-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 0 solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 60px 55px;
  text-decoration: none;
  display: flex;
}

.text-above-header-6 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-home-one-features-container-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  direction: ltr;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.rt-3d-trigger-image-12 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.introduction2-copy {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.introduction2-copy.rt-image-box-v10-copy {
  direction: rtl;
  padding-top: 0;
  padding-bottom: 0;
}

.rt-3d-trigger-image-13 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.step-block-5 {
  flex-flow: row;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.rt-home-two-testimonial-heading-wrap-5 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

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

.rt-component-section-48 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-48.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-48.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

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

.rt-home-two-testimonial-wrap-10 {
  align-items: stretch;
}

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

.container-11 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-82 {
  direction: rtl;
}

.rt-home-two-business-potential-wrapper-copy-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.brix---color-neutral-830 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---color-neutral-831 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.rt-3d-trigger-image-14 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

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

.rt-category-cards-text-22 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-pricing-faq-text-8 {
  color: #516ac7;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.rt-3d-trigger-image-15 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 50px;
  position: relative;
  top: -4%;
  left: -7.5%;
}

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

.rt-category-cards-text-23 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-home-three-accordion-block-7 {
  text-align: right;
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  padding: 20px 50px;
  display: block;
}

.rt-home-two-business-potential-wrapper-copy-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-3d-trigger-image-16 {
  perspective: 1000px;
  border-radius: 20px;
  width: 115%;
  height: 115%;
  margin-top: 60px;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-home-two-business-potential-wrapper-copy-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-102 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.div-block-83 {
  text-align: center;
  background-color: #273b9a;
  border-radius: 0 15px 15px 0;
  flex: 0 auto;
  align-self: center;
  width: 15%;
  padding: 40px;
}

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

.div-block-84 {
  background-color: #516ac7;
  border-radius: 15px 0 0 15px;
  flex: 1;
  padding: 15px 20px;
}

.link-223 {
  color: #ffd000;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.image-25 {
  direction: rtl;
}

.container-12 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.rt-home-two-testimonial-heading-wrap-6 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

.rt-home-two-testimonial-wrap-11 {
  align-items: stretch;
}

.rt-component-section-49 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-49.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-49.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.brix---color-neutral-832 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.rt-home-two-business-potential-wrapper-copy-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.brix---color-neutral-833 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-copy-9 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.div-block-85 {
  direction: rtl;
}

.rt-home-two-business-potential-wrapper-copy-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

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

.rt-pricing-faq-text-9 {
  color: #232323;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.faq-section-8 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-category-cards-text-24 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-home-three-accordion-block-8 {
  text-align: right;
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  padding: 20px 50px;
  display: block;
}

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

.rt-home-two-business-potential-wrapper-copy-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-section-50 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-50.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-50.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.rt-home-two-testimonial-wrap-12 {
  align-items: stretch;
}

.container-13 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-home-two-testimonial-heading-wrap-7 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

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

.image-26 {
  direction: rtl;
}

.rt-home-two-business-potential-wrapper-copy-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.bold-text-35 {
  font-size: 2rem;
}

.rt-home-two-business-potential-wrapper-copy-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-107 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.div-block-86 {
  text-align: center;
  background-color: #273b9a;
  border-radius: 0 15px 15px 0;
  flex: 0 auto;
  align-self: center;
  width: 15%;
  padding: 40px;
}

.image-27 {
  border-radius: 17px;
}

.div-block-87 {
  background-color: #516ac7;
  border-radius: 15px 0 0 15px;
  flex: 1;
  padding: 15px 20px;
}

.link-224 {
  color: #ffd000;
  font-family: Vazirmatn, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-88 {
  direction: rtl;
}

.brix---paragraph-default-copy-10 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-834 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---color-neutral-835 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.rt-home-two-business-potential-wrapper-copy-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

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

.text-block-75 {
  direction: rtl;
  color: #fff;
  font-family: Vazirmatn, sans-serif;
}

.rt-home-two-business-potential-wrapper-copy-25 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.faq-section-9 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

.rt-home-two-business-potential-image-wrapper-2 {
  width: 100%;
  max-width: 495px;
  padding-top: 20px;
  position: relative;
}

.paragraph-6 {
  color: #1d2939;
  text-align: right;
  border-bottom: 1px solid #8483834d;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-hover-out-text-4 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

.paragraph-3-copy {
  color: #1d2939;
  text-align: right;
  border-bottom: 1px #8483834d;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.sub-title-blue-2 {
  color: #516ac7;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.rt-3d-trigger-image-17 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.main-heading-h1-2 {
  direction: rtl;
  color: #150438;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 55px;
}

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

.rt-category-cards-text-25 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-component-container-110 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-26 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.titr-sub-zir-15 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-71 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-business-potential-image-wrapper-3 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-3d-trigger-image-18 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-111 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-72 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

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

.text-block-76 {
  direction: rtl;
  color: #5a5a5a;
  text-align: center;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
}

.text-above-header-7 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-home-two-business-potential-image-wrapper-4 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-3d-trigger-image-19 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-113 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-73 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-16 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-74 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.box-type-8 {
  background-color: #f4f0ec;
}

.text-block-77 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-component-container-114 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-75 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-business-potential-wrapper-copy-27 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-home-two-business-potential-image-wrapper-5 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-3d-trigger-image-20 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.container-14 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-block-6 {
  flex-flow: row;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.rt-home-two-testimonial-heading-wrap-8 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

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

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

.text-above-header-8 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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

.rt-home-two-testimonial-wrap-13 {
  align-items: stretch;
}

.rt-component-section-51 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-51.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-51.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.brix---color-neutral-836 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---color-neutral-837 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.rt-home-two-business-potential-image-wrapper-6 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-3d-trigger-image-21 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-pricing-faq-text-10 {
  color: #516ac7;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

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

.rt-category-cards-text-26 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.paragraph-11 {
  color: #1d2939;
  text-align: right;
  border-bottom: 1px solid #8483834d;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-3d-trigger-image-22 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.sub-title-blue-7 {
  color: #516ac7;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.rt-category-cards-text-27 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

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

.heading-76 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-17 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-home-two-business-potential-wrapper-copy-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-118 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-3d-trigger-image-23 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-home-two-business-potential-image-wrapper-7 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.heading-77 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-119 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-3d-trigger-image-24 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-home-two-business-potential-image-wrapper-8 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.heading-78 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-120 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-79 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-18 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-home-two-business-potential-wrapper-copy-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.text-block-79 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-component-container-121 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.box-type-9 {
  background-color: #f4f0ec;
}

.heading-80 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.rt-3d-trigger-image-25 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-home-two-business-potential-image-wrapper-9 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.text-above-header-9 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-component-section-52 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-52.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-52.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.rt-home-two-testimonial-heading-wrap-9 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

.container-15 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

.step-block-7 {
  flex-flow: row;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

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

.rt-home-two-testimonial-wrap-14 {
  align-items: stretch;
}

.brix---color-neutral-838 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---color-neutral-839 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.rt-3d-trigger-image-26 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-home-two-business-potential-image-wrapper-10 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

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

.rt-category-cards-text-28 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-pricing-faq-text-11 {
  color: #516ac7;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.main-heading-h1-5 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.link-225 {
  color: #516ac7;
  text-decoration: none;
}

.link-225:hover {
  color: #273b9a;
}

.rt-3d-trigger-image-27 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.link-2 {
  color: #516ac7;
  text-decoration: none;
}

.link-2:hover {
  color: #273b9a;
}

.rt-hover-out-text-7 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

.rt-component-container-124 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

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

.rt-category-cards-text-29 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-3d-trigger-image-28 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-126 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-81 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-3d-trigger-image-29 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-127 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.link-226 {
  color: #516ac7;
  text-decoration: none;
}

.link-226:hover {
  color: #273b9a;
}

.heading-82 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.brix---color-neutral-840 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-copy-11 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-841 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.rt-component-container-13 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.titr-sub-zir-19 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.text-block-for-box-type-5 {
  color: #e7e6e6;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.rt-home-two-business-potential-wrapper-copy-30 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.box-type-10 {
  background-color: #f4f0ec;
}

.heading-83 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.box-type-11 {
  background-color: #516ac7;
}

.text-block-81 {
  text-align: justify;
  margin: 20px 10px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading-84 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.div-block-90 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.brix---cta-v1-floating-item-4 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---color-neutral-842 {
  color: #fff;
}

.bold-text-36 {
  color: #f0f4fa;
  font-size: .9rem;
  font-weight: 300;
}

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

.rt-component-section-53 {
  color: #6d6d6d;
  background-color: #f8f6f2;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

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

.rt-accordion-2 {
  width: 100%;
}

.rt-category-cards-text-30 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.faq-section-10 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-dropdown-toggle-3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-3.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #edf4ff;
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block-2.rt-border-none {
  border-bottom-style: none;
}

.rt-component-container-130 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-12 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.main-heading-h1-6 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-home-two-about-text-wrapper-3 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-30 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-hover-out-text-8 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

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

.rt-category-cards-text-31 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-component-container-132 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-13 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-4 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-component-container-133 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-14 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-5 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-31 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-85 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-134 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-32 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-15 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-component-container-135 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-16 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-3d-trigger-image-32 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-86 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-business-potential-wrapper-copy-33 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-136 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.box-type-12 {
  background-color: #516ac7;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  min-width: auto;
  display: grid;
}

.text-block-82 {
  text-align: justify;
  margin: 20px 10px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading-87 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-20 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-88 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.rt-component-container-137 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-34 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-17 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-component-container-138 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-18 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-3d-trigger-image-33 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-89 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-accordion-3 {
  width: 100%;
}

.faq-section-11 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-category-cards-text-32 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

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

.rt-component-container-140 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-19 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.main-heading-h1-7 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-3d-trigger-image-34 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-hover-out-text-9 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

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

.rt-category-cards-text-33 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-component-container-142 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-35 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-20 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-component-container-143 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-21 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-3d-trigger-image-35 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-90 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-144 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-36 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-22 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.container-16 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-home-two-testimonial-wrap-15 {
  align-items: stretch;
}

.rt-component-section-54 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-54.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-54.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.image-28 {
  direction: rtl;
  border-radius: 20px;
}

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

.paragraph-23 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-testimonial-heading-wrap-10 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

.img-block-12 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.text-above-header-10 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-component-container-146 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-24 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-3d-trigger-image-36 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-91 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-147 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-37 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-25 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.bold-text-38 {
  text-align: justify;
  font-weight: 500;
}

.rt-home-two-business-potential-wrapper-copy-38 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-148 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.box-type-13 {
  background-color: #516ac7;
}

.text-block-84 {
  text-align: justify;
  margin: 20px 10px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.bold-text-39 {
  text-align: justify;
  font-weight: 500;
}

.heading-92 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-21 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-93 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.heading-94 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-149 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-26 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-3d-trigger-image-37 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.faq-section-12 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-category-cards-text-34 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

.main-heading-h1-8 {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.rt-home-two-about-text-wrapper-6 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-38 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-hover-out-text-10 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

.rt-component-container-151 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

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

.rt-category-cards-text-35 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 31px;
}

.rt-home-two-about-text-wrapper-7, .rt-home-two-about-text-wrapper-8 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-39 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-153 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-95 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-about-text-wrapper-9 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-component-container-154 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.titr-sub-zir-22 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  min-width: auto;
  display: grid;
}

.rt-home-two-business-potential-wrapper-copy-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.heading-96 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.box-type-14 {
  background-color: #516ac7;
}

.text-block-85 {
  text-align: justify;
  margin: 20px 10px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading-97 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.rt-3d-trigger-image-40 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-155 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-98 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.step-block-8 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.container-17 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-home-two-testimonial-heading-wrap-11 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

.text-above-header-11 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.steps-clone-3 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

.image-29 {
  direction: rtl;
  border-radius: 20px;
}

.rt-component-section-55 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-55.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-55.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.rt-home-two-testimonial-wrap-16 {
  align-items: stretch;
}

.paragraph-27 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.img-block-13 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

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

.brix---color-neutral-843 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---paragraph-default-copy-12 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.brix---grid-2-columns---pricing-v10-4 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 80fr 80fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.brix---color-neutral-844 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.rt-3d-trigger-image-41 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-component-container-157 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.heading-99 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.brix---cta-v1-floating-item-5 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---color-neutral-845 {
  color: #fff;
}

.bold-text-40 {
  color: #f0f4fa;
  font-size: .9rem;
  font-weight: 300;
}

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

.rt-component-section-56 {
  color: #6d6d6d;
  background-color: #f8f6f2;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

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

.rt-accordion-4 {
  width: 100%;
}

.rt-category-cards-text-36 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.faq-section-13 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-dropdown-toggle-4 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-4.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #edf4ff;
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block-3.rt-border-none {
  border-bottom-style: none;
}

.rt-component-container-160 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-28 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-10 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-42 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-hover-out-text-11 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

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

.rt-component-container-162 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-29 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-11 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-component-container-163 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-30 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-12 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-43 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-100 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.img-block-14 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.rt-home-two-testimonial-wrap-17 {
  align-items: stretch;
}

.step-block-9 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.rt-component-section-57 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-57.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-57.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.image-30 {
  direction: rtl;
  border-radius: 20px;
}

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

.paragraph-31 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-testimonial-heading-wrap-12 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

.steps-clone-4 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-above-header-12 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.container-18 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-component-container-165 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-41 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-32 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-13 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-home-two-business-potential-wrapper-copy-42 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.rt-component-container-166 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.box-type-15 {
  background-color: #516ac7;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  min-width: auto;
  display: grid;
}

.text-block-88 {
  text-align: justify;
  margin: 20px 10px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading-101 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-23 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-102 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.brix---color-neutral-846 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.rt-home-two-business-potential-wrapper-copy-43 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.brix---color-neutral-847 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---grid-2-columns---pricing-v10-5 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 80fr 80fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.brix---paragraph-default-copy-13 {
  color: #fff;
  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: .8rem;
  font-weight: 500;
  line-height: 30px;
}

.rt-component-container-167 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-33 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-14 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-44 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-103 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-pricing-faq-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #edf4ff;
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block-4.rt-border-none {
  border-bottom-style: none;
}

.rt-category-cards-text-37 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-dropdown-toggle-5 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-5.w--open {
  padding: 35px 0 30px;
}

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

.rt-component-container-169 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-34 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-15 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-45 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-hover-out-text-12 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

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

.rt-component-container-171 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-44 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-35 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-16 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-component-container-172 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-36 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-17 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-46 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-104 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-173 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rt-home-two-business-potential-wrapper-copy-45 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.paragraph-37 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-18 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-home-two-testimonial-wrap-18 {
  align-items: stretch;
}

.step-block-10 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.rt-component-section-58 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-58.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-58.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #f8f6f2;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.image-31 {
  direction: rtl;
  border-radius: 20px;
}

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

.paragraph-38 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-testimonial-heading-wrap-13 {
  direction: rtl;
  flex-flow: column;
  display: block;
}

.steps-clone-5 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-above-header-13 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.container-19 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-component-container-175 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-39 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-19 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-47 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.heading-105 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.bold-text-42 {
  text-align: justify;
  font-weight: 500;
}

.rt-home-two-business-potential-wrapper-copy-46 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1800px;
}

.box-type-16 {
  background-color: #f4f0ec;
}

.rt-component-container-176 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.text-block-90 {
  text-align: justify;
  margin: 20px 10px;
  padding: 0 20px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.bold-text-43 {
  text-align: justify;
  font-weight: 500;
}

.heading-106 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.titr-sub-zir-24 {
  direction: rtl;
  color: #516ac7;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  line-height: 55px;
}

.heading-107 {
  color: #692727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.heading-108 {
  direction: rtl;
  color: #150438;
  text-align: right;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-component-container-177 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.paragraph-40 {
  color: #1d2939;
  text-align: right;
  align-self: stretch;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.rt-home-two-about-text-wrapper-20 {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 1800px;
  padding-top: 20px;
}

.rt-3d-trigger-image-48 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  margin-top: 0;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-pricing-faq-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #edf4ff;
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block-5.rt-border-none {
  border-bottom-style: none;
}

.rt-category-cards-text-38 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-dropdown-toggle-6 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-6.w--open {
  padding: 35px 0 30px;
}

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

.bold-text-44, .bold-text-45 {
  line-height: 40px;
}

.image-32, .image-33 {
  width: 15rem;
}

.div-block-94 {
  flex-flow: row-reverse;
  display: flex;
}

.rt-contact-two-form-field-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.div-block-95 {
  text-align: center;
  margin-bottom: 60px;
}

.text-block-91 {
  font-family: Vazirmatn, sans-serif;
  font-weight: 900;
}

.image-34 {
  width: 12rem;
}

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

.rt-component-section-59 {
  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-component-section-59.rt-contact-v-one {
  padding-top: 120px;
}

.rt-component-section-59.rt-gap-eighty {
  padding-left: 80px;
  padding-right: 80px;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-contact-block-two-left {
  direction: rtl;
  text-align: right;
  flex: 1;
  align-self: flex-start;
  max-width: 35%;
}

.rt-contact-block-two-right {
  direction: rtl;
  flex: 1;
  align-self: center;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.rt-home-one-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-image-height-auto-2 {
  object-fit: cover;
  height: auto;
  margin-top: 6px;
}

.rt-contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
}

.rt-contact-two-flex-two {
  margin-bottom: 45px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-home-one-form-text-field.rt-contact-one-text-field.rt-contact-one-textarea {
  height: 120px;
}

.rt-contact-one-block-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
}

.rt-footer-span-one {
  font-family: Vazirmatn, sans-serif;
}

.rt-contact-one-form-block {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0;
}

.rt-error-message-2 {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message-2 {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.heading-109 {
  font-family: Vazirmatn, sans-serif;
}

.bold-text-46 {
  direction: ltr;
  text-align: right;
}

.div-block-96 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  display: flex;
}

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

.rt-margin-top-none-2 {
  margin-top: 0;
}

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-padding-top-thirty-six-3 {
  padding-top: 36px;
}

.rt-page-button-2 {
  text-align: center;
  border-radius: 10px;
  padding: 15px 34px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
}

.rt-page-button-2.rt-main-linear-color {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-decoration: none;
}

.rt-features-box-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.rt-button-overlay-8 {
  transform-origin: 50% 100%;
  background-color: #fff;
  border: 1px solid #1962f2;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.rt-row-one-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-accelerate-growth-2 {
  flex: 0 42.24%;
  max-width: 545px;
}

.rt-accelerate-growth-2.rt-home-three-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-button-texts-wrapper-2 {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-growth-section-text-2 {
  max-width: 490px;
  padding-top: 23px;
  padding-bottom: 45px;
}

.rt-growth-section-text-2.rt-text-two {
  max-width: 550px;
  padding-top: 10px;
  padding-bottom: 26px;
}

.rt-button-text-static-2 {
  color: #fff;
  font-family: Vazirmatn, sans-serif;
  text-decoration: none;
}

.rt-button-text-absolute-4 {
  color: #1962f2;
  font-family: Vazirmatn, sans-serif;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-97 {
  display: flex;
}

.steps-clone-2-copy {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-block-92 {
  font-family: Vazirmatn, sans-serif;
}

.bold-text-30-copy {
  color: #f0f4fa;
  font-size: .9rem;
  font-weight: 300;
}

.text-above-header-for-cta-box-copy {
  color: #e3ae64;
  text-align: right;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.rt-home-two-testimonial-heading-wrap-2-copy {
  direction: rtl;
  direction: rtl;
  flex-flow: column;
  align-self: center;
  display: block;
}

.rt-home-two-testimonial-heading-wrap-2-copy-copy {
  direction: rtl;
  flex-flow: column;
  align-self: flex-end;
  display: block;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy-copy {
  border-radius: 24px;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3-copy-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3-copy-copy-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3-copy-copy-copy-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.head-with-0 {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy {
  border-radius: 24px;
}

.rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
  border-radius: 200px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.div-block-51-copy, .div-block-51-copy-copy, .div-block-51-copy-copy-copy {
  margin-bottom: 80px;
  padding-top: 0;
  display: flex;
  position: static;
}

.rt-home-two-testimonial-wrap-3-copy {
  flex-flow: row-reverse;
  align-items: stretch;
}

.text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-home-two-testimonial-wrap-7-copy {
  direction: rtl;
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 140px;
}

.rt-button-text-static-copy {
  color: #fff;
  font-family: Vazirmatn, sans-serif;
}

.image-33-copy {
  width: 15rem;
}

.rt-overflow-none-3-copy, .rt-overflow-none-3-copy-copy {
  text-align: left;
  width: 500px;
  overflow: hidden;
}

.rt-home-two-testimonial-heading-wrap-2-copy {
  direction: rtl;
  flex-flow: column;
  align-self: center;
  display: block;
}

.rt-overflow-none-3-copy-copy-copy {
  text-align: center;
  width: 500px;
  overflow: hidden;
}

.image-35, .image-35-copy {
  text-align: center;
}

.rt-overflow-none-3-copy-copy, .rt-overflow-none-3-copy-copy-copy, .consulting {
  text-align: center;
  width: 500px;
  overflow: hidden;
}

.rt-home-one-features-item-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px 55px;
  text-decoration: none;
  display: flex;
}

.rt-home-one-features-item-2-copy:hover {
  color: #273b9a;
}

.rt-home-one-features-item-2-copy.rtborder-off {
  border-right-style: none;
  border-right-width: 5px;
  padding-top: 60px;
}

.image-36, .image-37 {
  display: block;
}

.image-38 {
  color: #eadddd;
  -webkit-text-stroke-color: #fff;
}

.code-embed-4 {
  color: #fff;
}

.navbar__navmenu-mobile-2, .navbar__mobile-overlay-2 {
  display: none;
}

.text-block-94 {
  text-align: center;
  flex: 1;
  align-self: center;
  font-family: Vazirmatn, sans-serif;
  font-weight: 600;
}

.navbar-copy {
  z-index: 9999;
  direction: rtl;
  font-size: 1rem;
  line-height: 1.7;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.div-block-996 {
  width: 7rem;
}

.text-block-95 {
  align-self: center;
}

.brand-for-landing {
  color: #1b1b1b;
  align-self: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 1rem;
  transition: color .2s;
}

.brand-for-landing:hover {
  color: #516ac7;
}

.navbar__container-landing {
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navmenu__dropdown-section-li-k-icon-2 {
  color: #1e1e1e;
  display: flex;
}

.navmenu__dropdown-section-li-k-icon-2:hover {
  color: #516ac7;
}

.for-landing-page {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #516ac7;
  border: 1px solid #ca9bfb;
  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;
}

.for-landing-page:hover {
  background-color: #273b9a;
  border-color: #273b9a;
}

.for-landing-page:focus {
  background-color: #ca9bfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.navbar__wrapper-landing {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.rt-button-text-absolute-5 {
  color: #6941c6;
  font-family: Vazirmatn, sans-serif;
  position: absolute;
  left: 0;
  right: 0;
}

.brix---cta-v1-floating-item-01-copy {
  z-index: 0;
  max-width: 22%;
  position: absolute;
  inset: 74% auto auto 61%;
}

.rt-form-button-3 {
  justify-content: flex-start;
  width: 100%;
  padding-right: 10px;
  display: flex;
}

.simple-line-2 {
  background-color: #f4f3f3;
  border-radius: 20px;
  width: 28px;
  height: 7px;
  position: absolute;
  inset: 42% 22% auto 1%;
}

.div-block-98 {
  background-color: #273b9a;
  border-radius: 0 20px 20px 0;
  flex: 1;
  align-self: stretch;
  max-width: 300px;
  margin-left: 20px;
}

.div-block-997 {
  margin-bottom: 5px;
}

.bold-text-51 {
  font-weight: 900;
}

.div-block-998 {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-110 {
  color: #ececec;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 30px;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
}

.heeden-form-container {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  direction: rtl;
  background-color: #f6f4fc;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100svw;
  height: 400px;
  display: none;
  position: fixed;
  inset: 20% 0% auto;
}

.div-block-99 {
  flex: 1;
  padding: 20px 40px;
  position: relative;
}

.text-block-96 {
  font-family: Vazirmatn, sans-serif;
}

.div-block-100 {
  cursor: pointer;
  background-color: #273b9a;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 4% auto auto 4%;
}

.form-hiden {
  flex: 1;
}

.text-block-93 {
  color: #e3ae64;
  text-align: right;
  padding-left: 100px;
  padding-right: 30px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.code-embed-5 {
  color: #fff;
  width: 90%;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 30px;
}

.rt-page-button-2-hiden {
  text-align: center;
  border-radius: 10px;
  padding: 15px 34px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
}

.rt-page-button-2-hiden.rt-main-linear-hiden {
  background-color: #273b9a;
  border-radius: 15px;
  text-decoration: none;
}

.heading-46-hiden {
  color: #273b9a;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.rt-icon-black-3 {
  filter: invert();
  color: #383636;
  -webkit-text-stroke-color: #116df8;
}

.rt-input-text-hiden {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  height: 74px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-input-text-hiden.rt-body-font-7-hiden {
  color: #6d6d6d;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border: 1px #000;
  font-family: Vazirmatn, sans-serif;
  font-size: 15px;
}

.rt-input-text-hiden.rt-body-font-7-hiden::placeholder {
  color: #6d6d6d;
}

.div-block-999 {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.rt-form-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  direction: rtl;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.rt-contact-two-form-field-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  display: flex;
}

.introduction-component-container-1 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-3d-trigger-image-49 {
  perspective: 1000px;
  width: 115%;
  height: auto;
  margin-top: 0;
  position: relative;
  top: 0%;
  left: -7.5%;
}

.introduction-two-part {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.blog-introduction-box-right-text {
  direction: rtl;
  color: #6d6d6d;
  width: 100%;
  max-width: 500px;
  padding-top: 20px;
}

.rt-button-text-wrapper-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-introduction-box-left-image {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-button-text-block-4 {
  background-color: #273b9a;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 12rem;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.about-text {
  color: #1d2939;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.about-cta-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-block-97 {
  direction: rtl;
  text-align: right;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 13px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
}

.rt-hover-out-text-13 {
  text-align: center;
  letter-spacing: normal;
  white-space: nowrap;
  flex: 1;
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

.rt-hover-in-text-5 {
  letter-spacing: 1px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.titr-h2-3 {
  font-size: 1.6rem;
}

.heading-paragraph {
  direction: rtl;
  color: #150438;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  line-height: 55px;
}

.rt-home-two-analytics-card-1-sss-copyss {
  text-align: center;
  cursor: pointer;
  background-color: #9ebad5;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.rt-home-two-analytics-card-1-sss-copy23 {
  text-align: center;
  cursor: pointer;
  background-color: #e2c8cb;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.image-8-ss {
  direction: ltr;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: inline-flex;
}

.rt-home-two-analytics-card-1-sss-copy {
  text-align: center;
  cursor: pointer;
  background-color: #98b5df;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.text-block-27-copy-2 {
  color: #323f42;
  text-align: center;
  border-top: 1px solid #6d6d6d;
  border-bottom: 1px #7a9a98;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Vazirmatn, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.text-above-header-14 {
  color: #273b9a;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rt-home-two-analytics-card-1-ssscopy {
  text-align: center;
  cursor: pointer;
  background-color: #e1dfc6;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.rt-home-two-testimonial-heading-wrap-14 {
  direction: rtl;
  flex-flow: column;
  align-self: flex-end;
  display: block;
}

.bold-text-52 {
  color: #323f42;
}

.rt-component-container-24-copy {
  direction: rtl;
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-home-two-analytics-grid-2-ss {
  grid-column-gap: 30px;
  color: #6d6d6d;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.rt-home-two-analytics-card-1-sss-copy2 {
  text-align: center;
  cursor: pointer;
  background-color: #b0e1e7;
  border: 1px solid #d4d4ff;
  border-radius: 20px;
  padding: 0 30px 10px;
  text-decoration: none;
}

.top-services-in-box-copy {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.image-39 {
  vertical-align: baseline;
}

.brix---color-neutral-848 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.brix---grid-2-columns---pricing-v10-6 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---card-3 {
  background-color: #f8f6f2;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---grid-pricing-v10-featured-3 {
  grid-template-rows: auto auto auto auto auto;
}

.brix---color-neutral-849 {
  color: #211f54;
  justify-content: space-between;
  display: flex;
}

.brix---display-3-copy-4 {
  color: #dcd0c0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 52px;
}

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

.brix---paragraph-default-7 {
  color: #648286;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  line-height: 30px;
}

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

.brix---paragraph-default-copy-14 {
  color: #d8e0e0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  line-height: 30px;
}

.brix---buttons-row-right---t-left-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---btn-secondary-white-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  padding: 26px 20px;
  font-family: Vazirmatn, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  color: #273b9a;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
  transform: translate3d(0, -3px, .01px);
}

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

.brix---button-row-left-2 {
  margin-right: 24px;
}

.rt-component-section-60 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.brix---btn-primary-white-4 {
  color: #516ac7;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-4:hover {
  color: #273b9a;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---cta-v1-floating-item-6 {
  z-index: 0;
  max-width: 25%;
  position: absolute;
  inset: 72% auto auto 61%;
}

.brix---cta-v1-floating-item-7 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---color-neutral-850 {
  color: #fff;
}

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

.rt-pricing-faq-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #edf4ff;
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block-6.rt-border-none {
  border-bottom-style: none;
}

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

.faq-answer {
  color: #150438;
  text-align: right;
  margin-bottom: 30px;
  font-family: Vazirmatn, sans-serif;
}

.titr-h2-4 {
  font-size: 1.6rem;
}

.faq-section-14 {
  direction: rtl;
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0 15px 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-dropdown-toggle-7 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-7.w--open {
  padding: 35px 0 30px;
}

.rt-category-cards-text-40 {
  color: #150438;
  text-transform: capitalize;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-section-44-for-landing {
  color: #6d6d6d;
  background-color: #f8f6f2;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-44-for-landing.rt-footer-v-seven-for-landing {
  background-color: #fff;
  padding-bottom: 0;
  padding-right: 1rem;
}

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

.rt-footer-two-main-link-text-landing-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 15px;
  display: grid;
}

.image-41 {
  display: block;
}

.div-block-1001 {
  width: 7rem;
}

.div-block-1002 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 10px;
  display: flex;
}

.heading-111 {
  font-family: Vazirmatn, sans-serif;
  line-height: 3rem;
}

.rt-footer-two-main-text-for-landing {
  border-left: 1px solid #d8e0e0;
  border-right: 1px #e7e8ea;
  flex: 1;
  max-width: 470px;
  padding: 50px 15px 10px;
}

.text-block-98 {
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.div-block-102 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-99 {
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1rem;
}

.div-block-1003 {
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-4-for-landing {
  border-bottom: 2px #f2f4f7;
  height: 200px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-100 {
  font-family: Vazirmatn, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

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

.simple-line-1 {
  background-color: #f4f3f3;
  border-radius: 20px;
  width: 28px;
  height: 7px;
  position: absolute;
  inset: 42% 22% auto 1%;
}

.div-block-1004 {
  background-color: #273b9a;
  border-radius: 0 20px 20px 0;
  flex: 1;
  align-self: stretch;
  max-width: 300px;
  margin-left: 20px;
}

.div-block-1005 {
  margin-bottom: 5px;
}

.bold-text-54 {
  font-weight: 900;
}

.div-block-1006 {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-112 {
  color: #ececec;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 30px;
  font-family: Vazirmatn, sans-serif;
  font-size: 18px;
}

.div-block-1007 {
  flex: 1;
  padding: 20px 40px;
  position: relative;
}

.text-block-101 {
  font-family: Vazirmatn, sans-serif;
}

.div-block-1008 {
  cursor: pointer;
  background-color: #273b9a;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 4% auto auto 4%;
}

.text-block-102 {
  color: #e3ae64;
  text-align: right;
  padding-left: 60px;
  padding-right: 30px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.div-block-1009 {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.simple-line-2-copy {
  background-color: #f4f3f3;
  border-radius: 20px;
  width: 28px;
  height: 7px;
  position: absolute;
  inset: 42% 22% auto 1%;
}

.introduction-landing {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.introduction-landing.rt-image-box-v10 {
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 60px;
}

.introduction-landing.rt-image-box-v10-landing {
  padding-top: 140px;
  padding-bottom: 60px;
}

.introduction-two-part-landing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

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

.rt-overflow-hidden-3-landing.rt-home-two-business-potential-main-image, .rt-overflow-hidden-3-landing.rt-home-two-business-potential-main-image-landing {
  border-radius: 10px;
  height: auto;
  margin-top: 50px;
}

.rt-input-text-copy {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  height: 74px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-input-text-copy.rt-body-font-7.rt-smaller-text {
  text-align: right;
  border-bottom-width: 0;
  border-bottom-color: #0003;
  padding-right: 20px;
}

.rt-input-text-copy.rt-body-font-7.rt-smaller-text {
  text-align: right;
  border-bottom-width: 0;
  border-bottom-color: #0003;
}

.rt-input-text-copy.rt-body-font-7 {
  color: #6d6d6d;
  border-bottom-color: #0003;
  font-family: Vazirmatn, sans-serif;
}

.rt-input-text-copy.rt-body-font-7::placeholder {
  color: #6d6d6d;
}

.rt-input-text-copy.rt-body-font-7.rt-smaller-text {
  text-align: right;
  border-bottom-width: 0;
  border-bottom-color: #0003;
  font-size: 15px;
}

.rt-input-text-copy.rt-body-font-7-copy {
  color: #6d6d6d;
  border-bottom-color: #0003;
  font-family: Vazirmatn, sans-serif;
}

.rt-input-text-copy.rt-body-font-7-copy::placeholder {
  color: #6d6d6d;
}

.rt-input-text-copy.rt-body-font-7-copy.rt-smaller-text, .rt-input-text-copy.rt-body-font-7-copy.rt-smaller-text-copy {
  text-align: right;
  border-bottom-width: 0;
  border-bottom-color: #0003;
  font-size: 15px;
}

.link-227 {
  color: #43229c;
  text-decoration: none;
}

.rt-category-cards-text-41 {
  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-41.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
  font-family: Vazirmatn, sans-serif;
  font-weight: 500;
}

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

.rt-component-section-61 {
  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-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;
  direction: rtl;
  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;
}

.paragraph-41, .paragraph-42, .paragraph-43 {
  font-family: Vazirmatn, sans-serif;
}

.rt-footer-one-link-item-copy-copy-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  border-right: 1px solid #d8e0e0;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 2rem;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 17px;
  display: flex;
}

.rt-footer-one-link-item-footer-without-line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  border-right: 1px #d8e0e0;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 2rem;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 17px;
  display: flex;
}

.div-block-1010 {
  display: flex;
}

.text-block-103 {
  font-family: Vazirmatn, sans-serif;
  font-size: 11px;
}

.link-228 {
  color: #516ac7;
  font-family: Vazirmatn, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.code-embed-6 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-1011 {
  box-sizing: content-box;
  vertical-align: baseline;
  object-fit: contain;
  width: 5rem;
  height: 0%;
  display: inline-block;
}

.code-embed-7, .code-embed-8, .code-embed-9, .code-embed-10 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.code-embed-11 {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .div-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-3 {
    padding-top: 20px;
  }

  .div-block-6 {
    margin-bottom: 10px;
  }

  .uui-heroheader01_image-wrapper {
    padding-left: 2rem;
  }

  .uui-heroheader01_image {
    width: 85%;
  }

  .rt-home-three-discover-right {
    max-width: 42%;
  }

  .rt-home-three-discover-right-background {
    display: flex;
    top: -30px;
    right: -30px;
  }

  .rt-home-two-award-item {
    padding-right: 55px;
  }

  .rt-home-two-award-item.rt-item-three {
    margin-right: -25px;
  }

  .rt-home-two-data-science-card {
    flex-flow: column;
  }

  .rt-container-7.rt-service-one-support-container {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    direction: rtl;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-component-section-33.rt-overflow-hidden-2 {
    padding-top: 100px;
  }

  .rt-heading-five-34 {
    font-size: 1.5rem;
  }

  .rt-home-three-accordion-block-2, .rt-home-three-accordion-block {
    min-width: 1250px;
  }

  .navmenu__dropdown-grid {
    grid-template-rows: auto auto auto;
  }

  .navmenu__dropdown-section-list {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .navmenu__dropdown-banner-link {
    margin-bottom: 0;
  }

  .rt-home-three-accordion-block-3, .rt-home-three-accordion-block-4, .rt-home-three-accordion-block-5 {
    min-width: 1250px;
  }

  .div-block-77 {
    width: 8rem;
  }

  .rt-hover-arrow {
    display: none;
  }

  .rt-home-three-accordion-block-6 {
    min-width: 1250px;
  }

  .rt-home-one-features-item-copy-2 {
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-one-features-item-2.rtborder-off {
    padding-top: 65px;
  }

  .rt-home-three-accordion-block-7, .rt-home-three-accordion-block-8 {
    min-width: 1250px;
  }

  .rt-contact-one-block-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rt-overflow-none-3-copy-copy, .rt-overflow-none-3-copy-copy-copy {
    text-align: center;
  }

  .rt-home-one-features-item-2-copy.rtborder-off {
    padding-top: 65px;
  }

  .div-block-996, .div-block-1001 {
    width: 8rem;
  }

  .div-block-102 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .uui-button-row.is-reverse-mobile-landscape {
    text-align: right;
    flex-flow: row-reverse;
  }

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

  .brix---grid-contact-v6 {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-contact-v10 {
    grid-template-columns: .85fr 1fr;
  }

  .uui-heading-xlarge {
    font-weight: 900;
  }

  .uui-text-size-xlarge {
    direction: rtl;
    text-align: right;
  }

  .uui-badge-group_icon.text-color-primary500 {
    margin-top: 4.5px;
  }

  .uui-heroheader01_image-wrapper {
    padding-left: 4rem;
  }

  .uui-max-width-medium {
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
    object-fit: fill;
    padding-left: 100px;
  }

  .hero-box-slider {
    margin-top: 140px;
  }

  .uui-heroheader01_image {
    width: 100%;
  }

  .text-above-header {
    font-size: 1rem;
  }

  .uui-heroheader01_content {
    direction: rtl;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    text-align: right;
  }

  .uui-button-10.is-button-large {
    direction: rtl;
    text-align: center;
    border-radius: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .text-block-27-copy, .text-block-27 {
    font-size: 1rem;
  }

  .titr-h2 {
    color: #393939;
    margin-bottom: 10px;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 4rem;
  }

  .text-block-28-copy, .text-block-28 {
    font-size: 1rem;
  }

  .bold-text-24 {
    font-family: Vazirmatn, sans-serif;
    font-weight: 900;
  }

  .titr-h2-copy {
    color: #323f42;
    margin-bottom: 10px;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 4rem;
  }

  .paragraph-2 {
    line-height: 2.5rem;
  }

  .bold-text-2 {
    color: #273b9a;
    font-weight: 900;
    line-height: 2rem;
  }

  .rt-home-one-features-item-copy, .rt-home-one-features-item {
    flex: none;
  }

  .bold-text-25 {
    font-family: Vazirmatn, sans-serif;
    font-weight: 900;
  }

  .rt-home-two-award-content {
    max-width: 376px;
  }

  .uui-heading-medium-5 {
    font-family: Vazirmatn, sans-serif;
    font-weight: 900;
  }

  .uui-text-size-large-5 {
    font-family: Vazirmatn, sans-serif;
  }

  .brix---cta-section {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-above-header-for-cta-box {
    font-size: 1.2rem;
  }

  .titr-h2-copy-2 {
    color: #323f42;
    margin-bottom: 10px;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 4rem;
  }

  .text-above-header-2 {
    font-size: 1rem;
  }

  .rt-tabs-content-2 {
    margin-left: 50px;
  }

  .rt-tabs-menu-2 {
    margin-right: 50px;
  }

  .bold-text-30 {
    font-size: 1.1rem;
    line-height: 35px;
  }

  .rt-component-section-30 {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-color-grey.rt-padding-bottom-fourty {
    font-size: 1.2rem;
    line-height: 35px;
  }

  .section {
    min-width: 1300px;
  }

  .div-block-51 {
    align-self: flex-start;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-two-data-science-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-53 {
    align-self: flex-start;
  }

  .rt-container-7.rt-service-one-support-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-home-one-highlight-item {
    padding-right: 20px;
  }

  .rt-component-section-33.rt-overflow-hidden-2 {
    padding-top: 100px;
    padding-right: 0;
  }

  .rt-component-container-29 {
    max-width: 1900px;
  }

  .rt-component-section-27 {
    margin-left: auto;
    margin-right: auto;
  }

  .titr-h2-copy-3 {
    color: #323f42;
    margin-bottom: 10px;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 4rem;
  }

  .sub-title-blue-4 {
    font-size: 1.3rem;
  }

  .rt-home-two-business-potential-wrapper-2, .rt-home-two-about-text-wrapper-2 {
    max-width: 1290px;
  }

  .paragraph-5 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-three-accordion-block-2 {
    min-width: 1290px;
  }

  .text-above-header-3 {
    font-size: 1rem;
  }

  .section-2 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-two-about-text-wrapper-2-copy {
    max-width: 1290px;
  }

  .brix---grid-2-columns---pricing-v10-2 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .documents-section.rt-image-box-v10 {
    direction: rtl;
    text-align: right;
  }

  .bold-text-5, .bold-text-7, .bold-text-6 {
    font-size: 1.2rem;
  }

  .rt-home-two-business-potential-wrapper-3 {
    max-width: 1290px;
  }

  .rt-home-three-accordion-block {
    min-width: 1290px;
  }

  .rt-home-two-business-potential-wrapper-4, .rt-home-two-business-potential-wrapper-5 {
    max-width: 1290px;
  }

  .titr-h2-copy-4 {
    color: #323f42;
    margin-bottom: 10px;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 4rem;
  }

  .text-above-header-4 {
    font-size: 1rem;
  }

  .navmenu__dropdown-grid-copy {
    max-width: 500px;
  }

  .navmenu__dropdown-left {
    place-items: start stretch;
  }

  .navmenu__dropdown-list {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .navmenu__dropdown-section {
    margin-bottom: 60px;
  }

  .navmenu__dropdown-section.cc-last {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .navmenu__dropdown-grid {
    grid-template-rows: auto;
  }

  .navmenu__dropdown-section-list {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .navmenu__dropdown-section-link-icon {
    width: 15px;
    padding-bottom: 24px;
  }

  .navbar__container {
    max-width: 1360px;
  }

  .navmenu__dropdown-banner-link {
    text-align: right;
  }

  .navmenu__banner-image {
    direction: rtl;
    text-align: right;
    width: 80%;
    height: 80%;
  }

  .rt-home-two-business-potential-wrapper-6 {
    max-width: 1290px;
  }

  .rt-home-three-accordion-block-3 {
    min-width: 1290px;
  }

  .rt-home-two-business-potential-wrapper-7, .rt-home-two-business-potential-wrapper-8, .rt-home-two-business-potential-wrapper-9 {
    max-width: 1290px;
  }

  .rt-home-three-accordion-block-4, .rt-home-three-accordion-block-5 {
    min-width: 1290px;
  }

  .div-block-77 {
    width: 9rem;
  }

  .navmenu__dropdown-section-link-icon-copy {
    width: 17px;
    padding-bottom: 29px;
  }

  .brix---grid-footer-v13 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(220px, .8fr) auto auto auto auto;
  }

  .rt-home-three-accordion-block-6 {
    min-width: 1290px;
  }

  .text-above-header-5 {
    font-size: 1rem;
  }

  .rt-home-one-features-item-copy-2 {
    flex: none;
  }

  .bold-text-34 {
    font-family: Vazirmatn, sans-serif;
    font-weight: 900;
  }

  .rt-home-one-features-item-2, .rt-home-one-features-item-3, .rt-home-one-features-item-copy-3 {
    flex: none;
  }

  .text-above-header-6 {
    font-size: 1rem;
  }

  .rt-home-three-accordion-block-7, .rt-home-three-accordion-block-8 {
    min-width: 1290px;
  }

  .paragraph-6, .paragraph-3-copy {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .sub-title-blue-2 {
    font-size: 1.3rem;
  }

  .text-above-header-7, .text-above-header-8 {
    font-size: 1rem;
  }

  .paragraph-11 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .sub-title-blue-7 {
    font-size: 1.3rem;
  }

  .text-above-header-9 {
    font-size: 1rem;
  }

  .paragraph-12 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-3 {
    max-width: 1290px;
  }

  .rt-component-container-132 {
    margin-right: auto;
  }

  .paragraph-13 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-4 {
    max-width: 1290px;
  }

  .paragraph-14 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-5 {
    max-width: 1290px;
  }

  .rt-component-container-134 {
    margin-right: auto;
  }

  .paragraph-15, .paragraph-16 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .section-3 {
    min-width: 1200px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-component-container-137 {
    margin-right: auto;
  }

  .paragraph-17, .paragraph-18, .paragraph-19 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-component-container-142 {
    margin-right: auto;
  }

  .paragraph-20, .paragraph-21 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-component-container-144 {
    margin-right: auto;
  }

  .paragraph-22, .paragraph-23 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .text-above-header-10 {
    font-size: 1rem;
  }

  .paragraph-24 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-component-container-147 {
    margin-right: auto;
  }

  .paragraph-25, .paragraph-26 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-6, .rt-home-two-about-text-wrapper-7, .rt-home-two-about-text-wrapper-8, .rt-home-two-about-text-wrapper-9 {
    max-width: 1290px;
  }

  .text-above-header-11 {
    font-size: 1rem;
  }

  .paragraph-27 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .brix---grid-2-columns---pricing-v10-4 {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-28 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-10 {
    max-width: 1290px;
  }

  .rt-component-container-162 {
    margin-right: auto;
  }

  .paragraph-29 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-11 {
    max-width: 1290px;
  }

  .paragraph-30 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-12 {
    max-width: 1290px;
  }

  .paragraph-31 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .text-above-header-12 {
    font-size: 1rem;
  }

  .rt-component-container-165 {
    margin-right: auto;
  }

  .paragraph-32 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-13 {
    max-width: 1290px;
  }

  .section-5 {
    min-width: 1200px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-two-business-potential-wrapper-copy-43 {
    max-width: 1500px;
  }

  .brix---grid-2-columns---pricing-v10-5 {
    min-width: 900px;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-33 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-14 {
    max-width: 1290px;
  }

  .paragraph-34 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-15 {
    max-width: 1290px;
  }

  .rt-component-container-171 {
    margin-right: auto;
  }

  .paragraph-35 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-16 {
    max-width: 1290px;
  }

  .paragraph-36 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-17 {
    max-width: 1290px;
  }

  .rt-component-container-173 {
    margin-right: auto;
  }

  .paragraph-37 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-18 {
    max-width: 1290px;
  }

  .paragraph-38 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .text-above-header-13 {
    font-size: 1rem;
  }

  .paragraph-39 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-19 {
    max-width: 1290px;
  }

  .paragraph-40 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .rt-home-two-about-text-wrapper-20 {
    max-width: 1290px;
  }

  .div-block-93 {
    flex-flow: column;
    min-width: 1290px;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .bold-text-30-copy {
    font-size: 1.1rem;
    line-height: 35px;
  }

  .text-above-header-for-cta-box-copy {
    font-size: 1.2rem;
  }

  .div-block-51-copy {
    align-self: flex-end;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-51-copy-copy {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-51-copy-copy-copy {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-992 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy {
    font-size: 1rem;
  }

  .rt-overflow-none-3-copy-copy {
    text-align: center;
  }

  .rt-button-text-static-copy {
    font-size: 17px;
  }

  .div-block-993, .div-block-994, .div-block-995 {
    align-self: flex-start;
  }

  .image-33-copy, .rt-overflow-none-3-copy-copy-copy {
    text-align: center;
  }

  .rt-home-two-testimonial-heading-wrap-2-copy {
    align-self: center;
  }

  .rt-overflow-none-3-copy-copy-copy {
    text-align: center;
  }

  .rt-home-one-features-item-2-copy {
    flex: none;
  }

  .div-block-996 {
    width: 9rem;
  }

  .navbar__container-landing {
    max-width: 1360px;
  }

  .brix---cta-v1-floating-item-01-copy {
    max-width: 15%;
    top: 66%;
    left: 72%;
  }

  .heeden-form-container {
    max-width: 1200px;
    display: none;
  }

  .rt-3d-trigger-image-49 {
    width: auto;
    left: 0%;
  }

  .introduction-two-part {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex: 1;
    max-width: 1290px;
  }

  .blog-introduction-box-right-text {
    max-width: 500px;
  }

  .rt-button-text-wrapper-3 {
    padding-right: 0;
  }

  .blog-introduction-box-left-image {
    width: auto;
    max-width: 900px;
  }

  .rt-button-text-block-4 {
    width: 14rem;
  }

  .about-text {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .about-cta-copy {
    justify-content: center;
    align-self: flex-start;
  }

  .rt-hover-out-text-13 {
    text-align: center;
    white-space: nowrap;
    flex: 0 auto;
    font-size: .95rem;
    position: absolute;
  }

  .rt-hover-in-text-5 {
    font-size: 1.1rem;
  }

  .rt-home-two-analytics-card-1-sss-copyss, .rt-home-two-analytics-card-1-sss-copy23, .rt-home-two-analytics-card-1-sss-copy {
    height: 18rem;
  }

  .text-above-header-14 {
    font-size: 1rem;
  }

  .rt-home-two-analytics-card-1-ssscopy {
    height: 18rem;
  }

  .bold-text-52 {
    font-family: Vazirmatn, sans-serif;
    font-weight: 900;
  }

  .rt-home-two-analytics-card-1-sss-copy2 {
    height: 18rem;
  }

  .rt-component-section-60 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---cta-v1-floating-item-6 {
    max-width: 15%;
    top: 66%;
    left: 72%;
  }

  .div-block-1001 {
    width: 9rem;
  }

  .div-block-1007 {
    margin-top: 60px;
  }

  .introduction-landing.rt-image-box-v10-landing {
    padding-top: 140px;
  }

  .introduction-two-part-landing {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex: 1;
    max-width: 1290px;
  }

  .bold-text-55 {
    color: #393939;
  }

  .text-block-103, .link-228 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-heading-six.rt-margin-bottom-ten {
    font-size: 1.2rem;
  }

  .rt-component-container {
    max-width: 1600px;
  }

  .div-block-4 {
    padding-bottom: 40px;
  }

  .div-block-4-copy {
    padding-bottom: 60px;
  }

  .rt-component-container-2, .rt-contact-two-form-main {
    max-width: 1800px;
  }

  .rt-page-button.rt-main-linear-color {
    background-color: var(--untitled-ui--primary700);
  }

  .rt-accelerate-growth.rt-home-three-wrapper {
    margin-bottom: 10px;
  }

  .rt-button-text-static, .heading-2 {
    font-size: 1.3rem;
  }

  .uui-heading-xlarge {
    font-size: 3.6rem;
    font-weight: 900;
  }

  .uui-container-large-2 {
    max-width: 100rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.6rem;
  }

  .uui-badge-group_icon.text-color-primary500 {
    align-self: center;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 0;
    transform: scale(1.7)rotate(-180deg)translate(16px);
  }

  .uui-heroheader01_image-wrapper {
    padding-left: 8rem;
  }

  .uui-heroheader01_component {
    grid-template-rows: minmax(200px, .87fr);
  }

  .uui-max-width-medium {
    clear: none;
    direction: rtl;
    text-align: right;
  }

  .hero-box-slider {
    height: auto;
  }

  .uui-heroheader01_image {
    width: 100%;
    height: auto;
    padding-top: 100px;
  }

  .text-above-header {
    font-size: 1.3rem;
  }

  .uui-heroheader01_pattern-image {
    right: 38rem;
  }

  .text-block-27-copy, .text-block-27 {
    font-size: 1.2rem;
    line-height: 32px;
  }

  .rt-component-container-24 {
    max-width: 1600px;
  }

  .titr-h2 {
    color: #393939;
    flex: 0 auto;
  }

  .rt-heading-six-9.rt-margin-top-twenty-five-2.rt-margin-bottom-ten-5 {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .rt-heading-six-9.rt-margin-bottom-ten {
    font-size: 1.2rem;
  }

  .text-block-28-copy, .text-block-28 {
    font-size: 1rem;
  }

  .rt-home-two-testimonial-heading-wrap-2 {
    align-self: center;
  }

  .rt-heading-six-9-copy.rt-margin-top-twenty-five-2.rt-margin-bottom-ten-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .titr-h2-copy {
    flex: 0 auto;
  }

  .rt-component-container-10, .container_p {
    max-width: 1600px;
  }

  .who-we-are {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .card_base {
    background-color: var(--elements-webflow-library--neutral--100);
  }

  .paragraph-2 {
    font-family: Vazirmatn, sans-serif;
    font-size: 1.2rem;
    line-height: 3rem;
  }

  .rt-component-container-12 {
    max-width: 1600px;
  }

  .rt-home-three-discover-right {
    justify-content: center;
    align-items: flex-end;
    max-width: 35%;
  }

  .bold-text-2 {
    direction: ltr;
    color: #323f42;
    text-align: right;
  }

  .rt-autofit-6.rt-responsive-full-width.rt-home-three-discover-right-image {
    margin-left: 0;
    padding-left: 0;
  }

  .rt-home-three-discover-left {
    direction: rtl;
    text-align: left;
    flex-basis: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-three-discover-right-background {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    inset: -4% auto 0% -5%;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0)translate(0);
  }

  .rt-home-one-hero-heading-flex {
    max-width: 700px;
  }

  .rt-home-three-discover-flex {
    grid-column-gap: 60px;
  }

  .rt-component-container-25 {
    max-width: 1600px;
  }

  .rt-left-overlay-2 {
    background-image: linear-gradient(90deg, #fff, #1670f800);
    width: 20%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .rt-left-overlay-2.rt-right-overlay {
    background-image: linear-gradient(270deg, #fff, #1670f800);
    left: auto;
    right: 0;
  }

  .brix---text-200-list-bold {
    font-family: Vazirmatn, sans-serif;
  }

  .brix---container-default-2, .rt-component-container-14 {
    max-width: 1600px;
  }

  .rt-home-two-award-item {
    padding-right: 77px;
  }

  .rt-home-two-award-item.rt-item-two {
    margin-right: 0;
  }

  .rt-features-wrapper-2 {
    padding-right: 0;
  }

  .rt-component-container-26, .rt-component-container-16, .uui-container-large-7 {
    max-width: 1600px;
  }

  .brix---cta-section {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-component-section-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: rtl;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .brix---z-index-1 {
    flex: 1;
    max-width: 1800px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .text-above-header-for-cta-box {
    font-size: 1.2rem;
  }

  .rt-component-container-21 {
    max-width: 1600px;
  }

  .titr-h2-copy-2 {
    flex: 0 auto;
  }

  .text-above-header-2 {
    font-size: 1.3rem;
  }

  .rt-tab-link-three {
    font-size: 1.5625rem;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    flex-basis: 65%;
  }

  .rt-tabs-menu-2.rt-with-border {
    flex-basis: 35%;
  }

  .rt-component-container-27 {
    max-width: 1600px;
  }

  .bold-text-30 {
    font-size: 1.2rem;
    line-height: 35px;
  }

  .rt-color-grey.rt-padding-bottom-fourty {
    font-size: 1.4rem;
    line-height: 41px;
  }

  .rt-component-section-31 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: rtl;
    text-align: right;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: none;
    display: block;
    position: static;
  }

  .rt-component-container-28 {
    max-width: none;
  }

  .rt-component-section-32 {
    max-width: 1800px;
  }

  .section {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-51 {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-two-data-science-card {
    direction: rtl;
    text-align: right;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-53 {
    text-align: right;
    align-self: auto;
  }

  .div-block-55 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 0 auto;
    padding-left: 20px;
  }

  .rt-component-container-4, .rt-container-7.rt-service-one-support-container {
    max-width: 1800px;
  }

  .rt-component-section-33.rt-overflow-hidden-2 {
    padding-top: 100px;
  }

  .rt-component-container-29 {
    max-width: 1900px;
  }

  .rt-component-section-27 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: rtl;
    text-align: right;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: none;
    display: block;
    position: static;
  }

  .rt-component-section-34 {
    max-width: 1800px;
  }

  .rt-component-container-30 {
    max-width: none;
  }

  .titr-h2-copy-3 {
    flex: 0 auto;
  }

  .rt-image-effect.rt-cover-image {
    width: auto;
    max-width: none;
  }

  .rt-hover-in-text-4 {
    font-size: 1.4rem;
  }

  .rt-button-icon-wrapper-3.rt-button-icon-wrapper-background-color-change {
    border-radius: 10px 0 0 10px;
  }

  .sub-title-blue-4 {
    color: #516ac7;
    font-size: 1.5rem;
  }

  .rt-home-two-business-potential-wrapper-2 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .rt-home-two-about-text-wrapper-2 {
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-overflow-hidden-3.rt-home-two-business-potential-main-image {
    width: 800px;
    height: 800px;
    margin-top: 50px;
  }

  .rt-button-10 {
    justify-content: flex-start;
  }

  .rt-component-container-31 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-5 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-three-accordion-block-2 {
    min-width: 1600px;
    max-width: 1600px;
  }

  .rt-home-three-accordion-wrap-heading {
    padding-right: 0;
  }

  .rt-component-container-32 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-5 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .text-above-header-3 {
    font-size: 1.5rem;
  }

  .container-2, .rt-component-container-7 {
    max-width: 1600px;
  }

  .rt-home-two-testimonial-wrap-5 {
    flex-flow: row-reverse;
  }

  .label-2 {
    font-size: 1.4rem;
  }

  .section-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-between;
    align-self: stretch;
    place-items: center;
    min-width: 1600px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
  }

  .rt-home-two-about-text-wrapper-2-copy {
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .type-of-sth.rt-image-box-v10 {
    flex-flow: column;
    display: flex;
  }

  .rt-home-two-business-potential-wrapper-copy-2 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-33 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .brix---grid-2-columns---pricing-v10-2 {
    direction: rtl;
    text-align: right;
    grid-template-columns: 78.75fr 80fr;
    grid-auto-flow: row;
    justify-content: end;
    justify-items: stretch;
    min-width: 1600px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---card-2 {
    direction: rtl;
    text-align: right;
  }

  .rt-component-container-9 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .documents-section.rt-image-box-v10 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .top-10-boxes-section.rt-image-box-v10-copy {
    flex-flow: column;
    display: flex;
  }

  .rt-component-container-34, .rt-component-container-11 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-35 {
    max-width: 1600px;
  }

  .rt-button-11 {
    justify-content: flex-start;
  }

  .rt-component-container-36 {
    max-width: 1600px;
  }

  .rt-component-container-37 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .container-3, .rt-component-container-38 {
    max-width: 1600px;
  }

  .label-3 {
    font-size: 1.4rem;
  }

  .rt-home-two-business-potential-wrapper-copy-3 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-39, .rt-component-container-40 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-41 {
    max-width: 1600px;
  }

  .rt-button-9 {
    justify-content: flex-start;
  }

  .rt-component-container-42 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-3 {
    max-width: 1600px;
  }

  .rt-component-container-43 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-44, .container-4 {
    max-width: 1600px;
  }

  .bold-text-5, .bold-text-7 {
    font-size: 1.4rem;
  }

  .rt-component-container-45 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .bold-text-6 {
    font-size: 1.4rem;
  }

  .rt-component-container-46, .rt-component-container-47, .rt-component-container-48, .rt-component-container-49, .rt-component-container-50, .rt-component-container-51 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-52 {
    max-width: 1600px;
  }

  .rt-button-12 {
    justify-content: flex-start;
  }

  .rt-home-two-business-potential-wrapper-3 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .rt-home-three-accordion-block {
    min-width: 1600px;
    max-width: 1600px;
  }

  .rt-component-container-53 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-4 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .consulting-box.rt-image-box-v10 {
    min-width: 1600px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-component-container-54 {
    max-width: 1600px;
  }

  .rt-home-two-testimonial-wrap-6 {
    text-align: right;
    flex-flow: row-reverse;
  }

  .rt-component-container-55 {
    text-align: right;
    max-width: 1600px;
  }

  .container-5 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-5 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .rt-component-container-56 {
    max-width: 1600px;
  }

  .rt-home-two-testimonial-wrap-7 {
    margin-top: 220px;
  }

  .titr-h2-copy-4 {
    flex: 0 auto;
  }

  .text-above-header-4 {
    font-family: Vazirmatn, sans-serif;
    font-size: 1.3rem;
    line-height: 42px;
  }

  .rt-button-text-absolute-3 {
    font-family: Vazirmatn, sans-serif;
  }

  .navmenu__col-1-list-copy {
    text-align: right;
    flex: 1;
    min-width: 400px;
  }

  .navmenu__dropdown-grid-copy {
    flex: 0 auto;
  }

  .text-block-54, .text-block-55 {
    font-size: 1.3rem;
  }

  .navmenu__dropdown-left {
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    margin-left: 0;
    padding-left: 0;
  }

  .link-list__link-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
  }

  .navmenu__dropdown-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 900px;
    display: flex;
  }

  .navmenu__dropdown-section-link {
    justify-content: flex-start;
    align-items: center;
  }

  .link-list__list-item-copy.cc-first-copy {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu__dropdown-section {
    max-width: 900px;
    list-style-type: none;
  }

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

  .navmenu__dropdown-right {
    grid-column-gap: 0px;
    grid-template-columns: 2.25fr;
    grid-auto-columns: minmax(327px, 2fr);
    justify-content: stretch;
    justify-items: center;
  }

  .navmenu__dropdown-grid {
    grid-template-columns: 1.75fr minmax(auto, 1280px);
    grid-template-areas: ".";
    grid-auto-columns: minmax(500px, .75fr);
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    justify-content: space-between;
    min-width: 900px;
    max-width: 1000px;
  }

  .navmenu__dropdown-section-link-icon {
    width: 16px;
    padding-bottom: 0;
  }

  .navmenu__dropdown-copy.w--open {
    justify-content: flex-start;
    align-items: center;
    min-width: 450px;
    max-width: 600px;
    right: 20px;
  }

  .link-list__dropdown-toggle-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-list__dropdown-toggle-2:hover {
    box-shadow: inset 0 -4px #516ac7;
  }

  .link-list__dropdown-toggle-2.w--open:hover {
    box-shadow: none;
  }

  .link-list__dropdown-icon {
    align-self: center;
    padding-top: 5px;
  }

  .navbar__container {
    max-width: 1800px;
  }

  .navmenu__dropdown-container.cc-mobile {
    text-align: right;
    flex-flow: row;
    justify-content: flex-start;
    max-width: 1800px;
  }

  .navmenu__dropdown-right-copy {
    grid-column-gap: 0px;
    grid-template-columns: 2.25fr;
    grid-auto-columns: minmax(327px, 2fr);
    justify-content: stretch;
    justify-items: center;
  }

  .navmenu__dropdown-banner-link {
    direction: rtl;
    text-align: right;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }

  .link-list__list-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navmenu__col-1-list {
    text-align: right;
    flex: 1;
    min-width: 400px;
  }

  .link-list__dropdown-wrapper-copy {
    max-width: none;
    padding-right: 20px;
  }

  .navmenu__banner-image {
    width: 100%;
    max-width: none;
    height: 80%;
    display: inline-block;
  }

  .navmenu__dropdown-block-copy {
    border-left-style: none;
  }

  .div-block-69 {
    padding-bottom: 5px;
  }

  .rt-home-two-business-potential-wrapper-6 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .rt-button-13 {
    justify-content: flex-start;
  }

  .rt-component-container-58 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-three-accordion-block-3 {
    min-width: 1600px;
    max-width: 1600px;
  }

  .rt-component-container-59 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-7 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .rt-component-container-6 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .container-6, .rt-component-container-60 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-8 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .rt-component-container-61 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-62 {
    max-width: 1600px;
  }

  .rt-component-container-63 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-9 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .rt-button-14 {
    justify-content: flex-start;
  }

  .rt-component-container-64 {
    max-width: 1600px;
  }

  .rt-home-three-accordion-block-4 {
    min-width: 1600px;
    max-width: 1600px;
  }

  .rt-component-container-65 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .container-7, .rt-component-container-66 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-4 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-67, .rt-component-container-68 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-5 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-69 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-6 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-70 {
    max-width: 1600px;
  }

  .rt-component-container-71 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-button-15 {
    justify-content: flex-start;
  }

  .rt-component-container-72 {
    max-width: 1600px;
  }

  .rt-home-three-accordion-block-5 {
    min-width: 1600px;
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-7 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-73 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .container-8, .rt-component-container-74 {
    max-width: 1600px;
  }

  .rt-component-container-75, .rt-component-container-76 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-8 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-77 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-9 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .div-block-77 {
    width: 12rem;
  }

  .navmenu__dropdown-section-link-icon-copy {
    align-self: center;
    width: 20px;
    padding-bottom: 25px;
  }

  .navmenu__dropdown-section-link-icon-copy-copy {
    width: 17px;
  }

  .div-block-78 {
    align-self: stretch;
  }

  .rt-inner-container-5-copy, .rt-inner-container-5, .rt-component-container-79 {
    max-width: 1800px;
  }

  .rt-button-16 {
    justify-content: flex-start;
  }

  .rt-component-container-80 {
    max-width: 1600px;
  }

  .rt-home-three-accordion-block-6 {
    min-width: 1600px;
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-10 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-81, .container-9 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-11, .rt-home-two-business-potential-wrapper-copy-12 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-82 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-13 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-83 {
    max-width: 1600px;
  }

  .rt-component-container-84 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-85 {
    max-width: 1600px;
  }

  .rt-component-container-86, .rt-component-container-87 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .text-above-header-5 {
    font-size: 1.3rem;
  }

  .rt-component-container-88 {
    max-width: 1600px;
  }

  .rt-component-container-89, .rt-component-container-90, .rt-component-container-91 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-92, .container-10 {
    max-width: 1600px;
  }

  .rt-component-container-93 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-14 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .brix---grid-2-columns---pricing-v10-3 {
    direction: rtl;
    text-align: right;
    grid-template-columns: 78.75fr 80fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: stretch;
    max-width: 1600px;
    display: inline-grid;
  }

  .rt-component-container-94, .rt-component-container-95 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-96, .rt-component-container-97 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-15 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .text-above-header-6 {
    font-size: 1.3rem;
  }

  .rt-component-container-99, .container-11 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-16 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-100 {
    max-width: 1600px;
  }

  .rt-3d-trigger-image-15 {
    padding-top: 0;
  }

  .rt-component-container-101 {
    max-width: 1600px;
  }

  .rt-home-three-accordion-block-7 {
    min-width: 1600px;
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-17, .rt-home-two-business-potential-wrapper-copy-18 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-102, .container-12, .rt-component-container-103 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-19, .rt-home-two-business-potential-wrapper-copy-20 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-104 {
    max-width: 1600px;
  }

  .rt-home-three-accordion-block-8 {
    min-width: 1600px;
    max-width: 1600px;
  }

  .rt-component-container-105 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-21 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .container-13, .rt-component-container-106 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-22, .rt-home-two-business-potential-wrapper-copy-23, .rt-home-two-business-potential-wrapper-copy-24, .rt-home-two-business-potential-wrapper-copy-25 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-6 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-hover-out-text-4 {
    font-size: 1.4rem;
  }

  .paragraph-3-copy {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .sub-title-blue-2 {
    color: #516ac7;
    font-size: 1.5rem;
  }

  .rt-3d-trigger-image-17 {
    width: 140%;
  }

  .rt-component-container-109 {
    max-width: 1600px;
  }

  .rt-component-container-110 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-26 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-111 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-112 {
    max-width: 1600px;
  }

  .text-above-header-7 {
    font-size: 1.3rem;
  }

  .rt-component-container-113, .rt-component-container-114 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-27 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .container-14, .rt-component-container-115 {
    max-width: 1600px;
  }

  .text-above-header-8 {
    font-size: 1.5rem;
  }

  .rt-component-container-116 {
    max-width: 1600px;
  }

  .paragraph-11 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-3d-trigger-image-22 {
    width: 140%;
  }

  .sub-title-blue-7 {
    color: #516ac7;
    font-size: 1.5rem;
  }

  .rt-component-container-117 {
    max-width: 1600px;
  }

  .rt-home-two-business-potential-wrapper-copy-28 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-118, .rt-component-container-119, .rt-component-container-120 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-29 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-121 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .text-above-header-9 {
    font-size: 1.5rem;
  }

  .container-15, .rt-component-container-122, .rt-component-container-123 {
    max-width: 1600px;
  }

  .rt-component-container-124 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-125 {
    max-width: 1600px;
  }

  .rt-component-container-126, .rt-component-container-127, .rt-component-container-13 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-30 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-128 {
    max-width: 1600px;
  }

  .rt-component-section-53 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: rtl;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .rt-component-container-129 {
    max-width: 1600px;
  }

  .rt-component-container-130 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-12 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-3 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-131 {
    max-width: 1600px;
  }

  .rt-component-container-132 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-31 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-13 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-4 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-133 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-14 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-5 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-134 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-32 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-15 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-component-container-135 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-16 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-business-potential-wrapper-copy-33 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-136 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-between;
    place-items: center;
    max-width: 1600px;
    display: grid;
    position: relative;
  }

  .rt-component-container-137 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-34 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-17 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-component-container-138 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-18 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-component-container-139 {
    max-width: 1600px;
  }

  .rt-component-container-140 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-19 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-component-container-141 {
    max-width: 1600px;
  }

  .rt-component-container-142 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-35 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-20 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-component-container-143 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-21 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-component-container-144 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-36 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-22 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .container-16, .rt-component-container-145 {
    max-width: 1600px;
  }

  .paragraph-23 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .text-above-header-10 {
    font-size: 1.5rem;
  }

  .rt-component-container-146 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-24 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-component-container-147 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-37 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-25 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-business-potential-wrapper-copy-38 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-148, .rt-component-container-149 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-26 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-component-container-150 {
    max-width: 1600px;
  }

  .rt-home-two-about-text-wrapper-6 {
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-151 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-152 {
    max-width: 1600px;
  }

  .rt-home-two-about-text-wrapper-7, .rt-home-two-about-text-wrapper-8 {
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-153 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-home-two-about-text-wrapper-9 {
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-154 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-between;
    place-items: center;
    max-width: 1600px;
    display: grid;
    position: relative;
  }

  .rt-home-two-business-potential-wrapper-copy-39 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-155 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .container-17 {
    max-width: 1600px;
  }

  .text-above-header-11 {
    font-size: 1.5rem;
  }

  .rt-component-container-156 {
    max-width: 1600px;
  }

  .paragraph-27 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .brix---grid-2-columns---pricing-v10-4 {
    direction: rtl;
    text-align: right;
    grid-template-columns: 78.75fr 80fr;
    grid-auto-flow: row;
    justify-content: end;
    align-self: stretch;
    justify-items: stretch;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-component-container-157 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-component-container-158 {
    max-width: 1600px;
  }

  .rt-component-section-56 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: rtl;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .rt-component-container-159 {
    max-width: 1600px;
  }

  .rt-component-container-160 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-28 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-10 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-161 {
    max-width: 1600px;
  }

  .rt-component-container-162 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-40 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-29 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-11 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-163 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-30 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-12 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-164 {
    max-width: 1600px;
  }

  .paragraph-31 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .text-above-header-12 {
    font-size: 1.5rem;
  }

  .container-18 {
    max-width: 1600px;
  }

  .rt-component-container-165 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-41 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-32 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-13 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-home-two-business-potential-wrapper-copy-42 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-166 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .section-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-between;
    place-items: center;
    max-width: 1600px;
    display: grid;
    position: relative;
  }

  .rt-home-two-business-potential-wrapper-copy-43 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .brix---grid-2-columns---pricing-v10-5 {
    direction: rtl;
    text-align: right;
    grid-template-columns: 78.75fr 80fr;
    grid-auto-flow: row;
    justify-content: end;
    justify-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-167 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-33 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-14 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-168 {
    max-width: 1600px;
  }

  .rt-component-container-169 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-34 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-15 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-170 {
    max-width: 1600px;
  }

  .rt-component-container-171 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-44 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-35 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-16 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-172 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-36 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-17 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-173 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .rt-home-two-business-potential-wrapper-copy-45 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
  }

  .paragraph-37 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-18 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-174 {
    max-width: 1600px;
  }

  .paragraph-38 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .text-above-header-13 {
    font-size: 1.5rem;
  }

  .container-19 {
    max-width: 1600px;
  }

  .rt-component-container-175 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-39 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-19 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-home-two-business-potential-wrapper-copy-46 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
  }

  .rt-component-container-176, .rt-component-container-177 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .paragraph-40 {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .rt-home-two-about-text-wrapper-20 {
    text-align: right;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
  }

  .rt-component-container-178 {
    max-width: 1600px;
  }

  .div-block-93 {
    max-width: 1800px;
  }

  .text-block-91 {
    font-size: 1.3rem;
  }

  .rt-accelerate-growth-2.rt-home-three-wrapper {
    margin-bottom: 10px;
  }

  .bold-text-49, .bold-text-50 {
    font-family: Vazirmatn, sans-serif;
  }

  .bold-text-30-copy {
    font-size: 1.2rem;
    line-height: 35px;
  }

  .text-above-header-for-cta-box-copy {
    font-size: 1.2rem;
  }

  .rt-home-two-testimonial-heading-wrap-2-copy, .rt-home-two-testimonial-heading-wrap-2-copy-copy {
    align-self: center;
  }

  .div-block-51-copy {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-51-copy-copy, .div-block-51-copy-copy-copy {
    max-width: 1800px;
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-992 {
    max-width: 1800px;
  }

  .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy {
    font-size: 1.3rem;
  }

  .rt-home-two-testimonial-wrap-7-copy {
    margin-top: 220px;
  }

  .rt-button-text-static-copy {
    font-size: 1.3rem;
  }

  .rt-home-two-testimonial-heading-wrap-2-copy {
    align-self: center;
  }

  .div-block-996 {
    width: 12rem;
  }

  .text-block-95 {
    font-size: 1.3rem;
  }

  .navbar__container-landing {
    max-width: 1800px;
  }

  .rt-button-text-absolute-5 {
    font-family: Vazirmatn, sans-serif;
  }

  .brix---cta-v1-floating-item-01-copy {
    max-width: 15%;
    left: 77%;
  }

  .heeden-form-container {
    max-width: 1400px;
    display: none;
  }

  .rt-page-button-2-hiden.rt-main-linear-hiden {
    background-color: #273b9a;
  }

  .introduction-component-container-1 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    padding-right: 0;
    position: static;
  }

  .rt-3d-trigger-image-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    display: block;
    left: 0%;
  }

  .introduction-two-part {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    direction: ltr;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .blog-introduction-box-right-text {
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    max-width: 600px;
    padding-right: 0;
  }

  .blog-introduction-box-left-image {
    flex: 1;
    max-width: none;
    padding-left: 20px;
  }

  .rt-button-text-block-4 {
    width: 16rem;
  }

  .about-text {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .about-cta-copy {
    justify-content: flex-start;
  }

  .text-block-97 {
    text-overflow: ellipsis;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .rt-hover-out-text-13 {
    font-size: 1rem;
  }

  .rt-hover-in-text-5, .text-above-header-14 {
    font-size: 1.3rem;
  }

  .rt-home-two-testimonial-heading-wrap-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rt-component-container-24-copy, .brix---container-default-6, .rt-component-container-180 {
    max-width: 1600px;
  }

  .brix---cta-v1-floating-item-6 {
    max-width: 15%;
    left: 77%;
  }

  .rt-component-container-181 {
    max-width: 1600px;
  }

  .faq-answer, .rt-category-cards-text-40, .bold-text-53 {
    font-size: 1.3rem;
  }

  .div-block-1001 {
    width: 12rem;
  }

  .div-block-4-for-landing {
    padding-bottom: 60px;
  }

  .rt-component-container-182 {
    max-width: 1800px;
  }

  .introduction-landing.rt-image-box-v10-landing {
    padding-top: 140px;
  }

  .introduction-two-part-landing {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    direction: ltr;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
  }

  .rt-overflow-hidden-3-landing.rt-home-two-business-potential-main-image {
    width: 800px;
    height: 800px;
    margin-top: 50px;
  }

  .rt-overflow-hidden-3-landing.rt-home-two-business-potential-main-image-landing {
    width: 800px;
  }

  .rt-category-cards-text-41.rt-margin-bottom-fifteen {
    font-family: Vazirmatn, sans-serif;
  }

  .rt-component-container-183 {
    max-width: 1600px;
  }

  .rt-component-section-61 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-1010 {
    padding-right: 20px;
  }

  .text-block-103, .link-228 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .uui-contact14_component {
    grid-column-gap: 3rem;
  }

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

  .rt-home-four-support-card, .rt-home-four-support-card-copy {
    flex-direction: column;
  }

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

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

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

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

  .brix---contact-v6-half-bg-right {
    width: 100%;
    height: 30%;
    inset: auto 0% 0%;
  }

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

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

  .brix---contact-v10-half-bg-image-right {
    background-image: none;
    width: 100%;
    height: 400px;
    margin-top: 56px;
    inset: auto 0% 0%;
  }

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

  .rt-contact-two-form-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .rt-button-arrow-3 {
    width: 70px;
    height: 70px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

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

  .rt-accelerate-growth {
    max-width: none;
  }

  .rt-accelerate-growth.rt-home-three-wrapper {
    width: 100%;
  }

  .rt-growth-section-text {
    max-width: 750px;
  }

  .rt-growth-section-text.rt-text-two {
    max-width: none;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

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

  .uui-space-large {
    min-height: 2.5rem;
  }

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

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

  .rt-overflow-none-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-two-testimonial-heading-wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .container_p {
    flex-direction: column;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .who-we-are {
    padding-left: 3%;
    padding-right: 3%;
  }

  .card_row {
    padding-left: 0;
  }

  .card_col_2 {
    padding-right: 0;
  }

  .col_40 {
    width: 100%;
  }

  .rt-home-three-discover-right {
    max-width: 100%;
    margin-top: 30px;
  }

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

  .rt-home-three-discover-right-background {
    display: none;
  }

  .rt-home-one-hero-heading-flex {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-home-three-discover-flex {
    display: block;
  }

  .rt-tab-full-width-height-auto-5 {
    width: 100%;
    height: auto;
  }

  .rt-home-two-testimonial-slider-contain-wrap-2 {
    flex-basis: 90%;
  }

  .rt-home-one-features-item-copy, .rt-home-one-features-item {
    padding: 30px 25px 22px;
  }

  .rt-home-one-features-container {
    justify-content: center;
    align-items: center;
  }

  .brix---display-3-copy {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---pricing-content-v10-popular {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---grid-2-columns---pricing-v10 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

  .brix---pricing-content-v10 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .rt-home-two-award-container {
    margin-top: 22px;
  }

  .rt-home-two-award-content {
    padding-top: 16px;
  }

  .rt-home-two-award-item {
    padding-right: 20px;
  }

  .rt-home-two-award-item.rt-item-three {
    padding-left: 20px;
  }

  .rt-home-two-award-item.rt-item-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-blogsection04_button-row {
    flex: none;
  }

  .uui-blogsection04_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-blogsection04_heading {
    margin-right: 3rem;
  }

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

  .uui-blogsection04_list {
    grid-template-columns: 1fr 1fr;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

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

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

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

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

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .rt-about-three-accordion-box {
    padding: 15px;
  }

  .rt-tab-link-three {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-three-accordion-answer.rt-about-three-accordion-answer {
    max-width: none;
  }

  .rt-about-three-accordion-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .rt-tabs-content-2 {
    margin-left: 0;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 10px;
  }

  .rt-service-one-tabs {
    margin-top: 30px;
  }

  .rt-tabs-menu-2 {
    margin-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-right: 10px;
  }

  .brix---cta-v1-floating-item-3 {
    width: 38%;
    bottom: -3%;
  }

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

  .rt-second-icon-box-section-heading {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .rt-home-two-about-us-block {
    padding-bottom: 0;
    display: block;
  }

  .rt-home-two-about-us-right {
    margin-top: 160px;
  }

  .rt-image-height-auto-3.rt-absolute-img {
    bottom: -10%;
    right: 5%;
  }

  .rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
    bottom: -35%;
  }

  .sub-header {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .rt-home-two-about-us-left {
    max-width: 100%;
  }

  .rt-container-7.rt-service-one-support-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-home-one-highlight-item {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-auto-fit-12.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .brix---blog-card-image-featured {
    width: 100%;
  }

  .brix---grid-blog-card-featured-v6 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .brix---blog-card-details-v6 {
    flex-wrap: wrap;
  }

  .brix---blog-card-image-wrapper-v6 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    height: 100%;
  }

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

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

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

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

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

  .brix---badge-secondary-small-light {
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

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

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

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

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

  .rt-second-icon-box-section-heading-2 {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .rt-image-effect.rt-cover-image {
    width: 100%;
  }

  .rt-home-two-business-potential-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-about-text-wrapper-2 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-image-wrapper {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-image-effect-wrapper {
    height: auto;
  }

  .rt-home-three-accordion-wrap-heading {
    margin-bottom: 30px;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-home-two-business-potential-wrapper-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-about-text-wrapper-2-copy {
    max-width: none;
    padding-top: 0;
  }

  .rt-home-two-business-potential-wrapper-copy-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .brix---grid-2-columns---pricing-v10-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---display-4, .brix---display-3-copy-2 {
    font-size: 32px;
    line-height: 44px;
  }

  .rt-pricing-faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-home-two-business-potential-wrapper-copy-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .brix---display-3-copy-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .rt-3d-trigger-image-2, .rt-3d-trigger-image-copy {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-3, .rt-home-two-business-potential-wrapper-4, .rt-home-two-business-potential-wrapper-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .navmenu__dropdown-grid-copy {
    flex: 1;
    justify-content: flex-end;
    padding-right: 0;
  }

  .navmenu__dropdown-section-list-item {
    flex: 0 auto;
    align-self: stretch;
    width: 500px;
  }

  .brand {
    z-index: 1;
  }

  .navmenu__dropdown-left {
    flex-direction: column;
    max-width: 700px;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .link-list__link-2 {
    flex: 1;
  }

  .link-list__link-2:hover {
    box-shadow: none;
  }

  .uui-navbar04_button-wrapper-3 {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .navmenu__dropdown-block {
    border: 1px solid #e4e4e4;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navmenu__dropdown-list {
    text-align: right;
    align-self: flex-start;
    align-items: center;
    max-width: 700px;
  }

  .navmenu__dropdown-section-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .navmenu__link-list {
    border-bottom: 1px solid #e4e4e4;
    flex-direction: column;
    flex: 1;
    overflow: auto;
  }

  .link-list__list-item-copy {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .link-list__list-item-copy.cc-first-copy {
    z-index: 2;
  }

  .navbar__navmenu-mobile {
    display: flex;
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .navmenu__dropdown-section.cc-last {
    max-width: 650px;
  }

  .link-list__dropdown-wrapper {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
  }

  .navmenu__dropdown-right {
    max-width: 700px;
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .uui-navbar04_menu-right-3 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navmenu__dropdown-grid {
    text-align: right;
    grid-template-columns: 1fr;
    justify-content: stretch;
    max-width: 700px;
    padding-right: 0;
  }

  .navbar__navmenu {
    z-index: 0;
    border-bottom: 1px solid #e4e4e4;
    height: 100vh;
    margin-left: 0;
    transition-property: none;
    display: none;
    position: absolute;
    inset: 100% 0% 0%;
    overflow: hidden;
    transform: translate(0);
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .navmenu__flex-container {
    background-color: #fff;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
  }

  .navmenu__dropdown-copy {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown-copy.w--open {
    border-top-style: none;
    border-bottom-style: none;
    align-self: flex-start;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .link-list__dropdown-toggle-2 {
    z-index: 1;
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .link-list__dropdown-toggle-2:hover, .link-list__dropdown-toggle-2.w--open {
    box-shadow: none;
  }

  .navbar__mobile-overlay {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navmenu__button-icon {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .navbar__container {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .navmenu__dropdown-container {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container.cc-mobile {
    flex-direction: column;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu__button {
    z-index: 1;
    cursor: pointer;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: -20px;
    padding: 22px 16px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .navmenu__dropdown-right-copy {
    max-width: 700px;
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .navmenu__dropdown-banner-link {
    border: 1px solid #e4e4e4;
    min-width: 400px;
    max-width: 600px;
  }

  .link-list__list-item {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .link-list__list-item.cc-first {
    z-index: 2;
  }

  .link-list__dropdown-wrapper-copy {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
  }

  .navmenu__dropdown-container-copy {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container-copy.cc-mobile {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu__banner-image {
    box-sizing: border-box;
    object-fit: contain;
  }

  .navmenu__dropdown-block-copy {
    background-color: #fafafa00;
    border: 1px #e4e4e4;
    flex-basis: 60%;
    max-width: 700px;
    padding-left: 32px;
    padding-right: 0;
  }

  .navmenu__dropdown {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown.w--open {
    border-top-style: none;
    border-bottom-style: none;
    align-self: auto;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .div-block-69 {
    flex: 0 auto;
    max-width: 50px;
  }

  .rt-home-two-business-potential-wrapper-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-3 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-4 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-5 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-9, .rt-home-two-business-potential-wrapper-copy-4, .rt-home-two-business-potential-wrapper-copy-5, .rt-home-two-business-potential-wrapper-copy-6, .rt-home-two-business-potential-wrapper-copy-7, .rt-home-two-business-potential-wrapper-copy-8, .rt-home-two-business-potential-wrapper-copy-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-77 {
    width: 9rem;
  }

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

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

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

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

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

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .rt-footer-two-main-link-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .rt-footer-two-logo-wrapper {
    padding-top: 70px;
  }

  .rt-hover-arrow {
    display: none;
  }

  .rt-footer-two-main-text {
    border-bottom: 1px solid #c3a199;
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-footer-two-main-heading {
    max-width: 100%;
    margin-top: 0;
  }

  .rt-footer-two-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-footer-two-contact-link {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-copy {
    z-index: 1;
  }

  .rt-3d-trigger-image-6 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-10, .rt-home-two-business-potential-wrapper-copy-11, .rt-home-two-business-potential-wrapper-copy-12, .rt-home-two-business-potential-wrapper-copy-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-7, .rt-3d-trigger-image-8 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-one-features-item-copy-2 {
    padding: 30px 25px 22px;
  }

  .rt-home-two-testimonial-heading-wrap-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-one-features-item-2 {
    padding: 30px 25px 22px;
  }

  .rt-3d-trigger-image-9 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .brix---grid-2-columns---pricing-v10-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rt-3d-trigger-image-10, .rt-3d-trigger-image-11 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-one-features-item-3 {
    padding: 30px 25px 22px;
  }

  .rt-home-two-testimonial-heading-wrap-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-one-features-item-copy-3 {
    padding: 30px 25px 22px;
  }

  .rt-home-one-features-container-2 {
    justify-content: center;
    align-items: center;
  }

  .rt-3d-trigger-image-12, .rt-3d-trigger-image-13 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-testimonial-heading-wrap-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-business-potential-wrapper-copy-16 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-14, .rt-3d-trigger-image-15 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-16 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-testimonial-heading-wrap-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-business-potential-wrapper-copy-19, .rt-home-two-business-potential-wrapper-copy-20, .rt-home-two-business-potential-wrapper-copy-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-testimonial-heading-wrap-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-business-potential-wrapper-copy-22, .rt-home-two-business-potential-wrapper-copy-23, .rt-home-two-business-potential-wrapper-copy-24, .rt-home-two-business-potential-wrapper-copy-25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-business-potential-image-wrapper-2 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-3d-trigger-image-17 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-26 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-business-potential-image-wrapper-3 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-3d-trigger-image-18 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-image-wrapper-4 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-3d-trigger-image-19 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-27 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-business-potential-image-wrapper-5 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-3d-trigger-image-20 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-testimonial-heading-wrap-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-business-potential-image-wrapper-6 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-3d-trigger-image-21, .rt-3d-trigger-image-22 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-28 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-23 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-image-wrapper-7 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-3d-trigger-image-24 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-image-wrapper-8 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-home-two-business-potential-wrapper-copy-29 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-25 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-image-wrapper-9 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-home-two-testimonial-heading-wrap-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-3d-trigger-image-26 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-image-wrapper-10 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-3d-trigger-image-27, .rt-3d-trigger-image-28, .rt-3d-trigger-image-29 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-30 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .brix---cta-v1-floating-item-4 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .rt-dropdown-toggle-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-pricing-faq-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-two-about-text-wrapper-3 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-30 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-31 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-about-text-wrapper-4, .rt-home-two-about-text-wrapper-5 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-31 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-32 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-32 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-33, .rt-home-two-business-potential-wrapper-copy-34 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-33, .rt-3d-trigger-image-34 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-35 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-35 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-36 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-testimonial-heading-wrap-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-3d-trigger-image-36 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-37, .rt-home-two-business-potential-wrapper-copy-38 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-37 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-about-text-wrapper-6 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-38 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-about-text-wrapper-7, .rt-home-two-about-text-wrapper-8 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-39 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-about-text-wrapper-9 {
    max-width: none;
    padding-top: 0;
  }

  .rt-home-two-business-potential-wrapper-copy-39 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-40 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-testimonial-heading-wrap-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .brix---grid-2-columns---pricing-v10-4 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rt-3d-trigger-image-41 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .brix---cta-v1-floating-item-5 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .rt-dropdown-toggle-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-pricing-faq-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-two-about-text-wrapper-10 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-42 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-about-text-wrapper-11, .rt-home-two-about-text-wrapper-12 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-43 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-testimonial-heading-wrap-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-business-potential-wrapper-copy-41 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-about-text-wrapper-13 {
    max-width: none;
    padding-top: 0;
  }

  .rt-home-two-business-potential-wrapper-copy-42, .rt-home-two-business-potential-wrapper-copy-43 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .brix---grid-2-columns---pricing-v10-5 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rt-home-two-about-text-wrapper-14 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-44 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-pricing-faq-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-home-two-about-text-wrapper-15 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-45 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-44 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-about-text-wrapper-16, .rt-home-two-about-text-wrapper-17 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-46 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-45 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-about-text-wrapper-18 {
    max-width: none;
    padding-top: 0;
  }

  .rt-home-two-testimonial-heading-wrap-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-about-text-wrapper-19 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-47 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-home-two-business-potential-wrapper-copy-46 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-about-text-wrapper-20 {
    max-width: none;
    padding-top: 0;
  }

  .rt-3d-trigger-image-48 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-pricing-faq-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-contact-block-two-left {
    align-self: flex-start;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-contact-one-block-two {
    padding-left: 0;
  }

  .rt-error-message-2, .rt-success-message-2 {
    padding: 10px;
  }

  .rt-accelerate-growth-2 {
    max-width: none;
  }

  .rt-accelerate-growth-2.rt-home-three-wrapper {
    width: 100%;
  }

  .rt-growth-section-text-2 {
    max-width: 750px;
  }

  .rt-growth-section-text-2.rt-text-two {
    max-width: none;
  }

  .rt-home-two-testimonial-heading-wrap-2-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-testimonial-heading-wrap-2-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-overflow-none-3-copy-copy {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-overflow-none-3-copy, .rt-overflow-none-3-copy-copy, .rt-overflow-none-3-copy-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-two-testimonial-heading-wrap-2-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-overflow-none-3-copy-copy-copy {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-overflow-none-3-copy-copy, .rt-overflow-none-3-copy-copy-copy, .consulting {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-one-features-item-2-copy {
    padding: 30px 25px 22px;
  }

  .navbar__navmenu-mobile-2 {
    display: flex;
  }

  .navbar__mobile-overlay-2 {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .div-block-996 {
    width: 9rem;
  }

  .brand-for-landing {
    z-index: 1;
  }

  .navbar__container-landing {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .brix---cta-v1-floating-item-01-copy {
    width: 35%;
    top: 70%;
    left: 51%;
  }

  .rt-3d-trigger-image-49 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .introduction-two-part {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .blog-introduction-box-right-text {
    max-width: none;
    padding-top: 0;
  }

  .blog-introduction-box-left-image {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-home-two-testimonial-heading-wrap-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

  .brix---grid-2-columns---pricing-v10-6 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---display-3-copy-4 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

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

  .brix---cta-v1-floating-item-6 {
    width: 35%;
    top: 70%;
    left: 51%;
  }

  .brix---cta-v1-floating-item-7 {
    width: 38%;
    bottom: -3%;
  }

  .rt-pricing-faq-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-footer-two-main-link-text-landing-page {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .div-block-1001 {
    width: 9rem;
  }

  .rt-footer-two-main-text-for-landing {
    border-bottom: 1px solid #c3a199;
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .introduction-two-part-landing {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 767px) {
  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

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

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

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

  .uui-contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-contact14_map {
    height: 20rem;
  }

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

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

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

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

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

  .rt-home-four-support-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .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---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

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

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

  .brix---card-pd-64px---56px {
    padding: 58px 32px;
  }

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

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

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

  .brix---contact-v10-half-bg-image-right {
    height: 309px;
    display: none;
  }

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

  .rt-contact-two-form-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-button-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

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

  .uui-padding-vertical-xhuge-2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

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

  .uui-heroheader01_component {
    grid-template-rows: 424px;
  }

  .uui-badge-group-copy {
    font-size: .75rem;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 32rem;
  }

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

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

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

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

  .uui-button-10:hover {
    background-color: #ca9bfb;
    border-color: #ca9bfb;
  }

  .uui-button-10.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .col_60 {
    flex-direction: column;
  }

  .card_row {
    width: 100%;
    padding-right: 0;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0;
  }

  .col_40 {
    padding-right: 0;
  }

  .rt-autofit-6 {
    height: auto;
  }

  .rt-home-one-hero-heading-flex {
    flex-direction: column;
  }

  .rt-home-two-testimonial-slider-contain-wrap-2 {
    flex-basis: 100%;
  }

  .rt-home-one-features-item-copy, .rt-home-one-features-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-features-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---pricing-content-v10-popular {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .brix---mg-top-40px {
    margin-top: 32px;
  }

  .brix---grid-pricing-v10-featured {
    grid-template-columns: 1fr;
  }

  .brix---pricing-content-v10 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .rt-home-two-award-container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-two-award-content {
    text-align: center;
    max-width: 400px;
    padding-top: 5px;
  }

  .rt-home-two-award-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-home-two-award-item.rt-item-two {
    border-left-style: none;
    border-right-style: none;
  }

  .rt-features-image-2 {
    width: 100%;
  }

  .rt-features-information-2 {
    padding-bottom: 10px;
  }

  .rt-marquee-train-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
  }

  .rt-features-cards-2 {
    justify-content: flex-end;
    align-items: stretch;
    width: 100vw;
    max-width: none;
  }

  .rt-feautures-card-overlay-2 {
    height: 20%;
    bottom: -6%;
  }

  .rt-feautures-card-overlay-2.rt-card-orange-overlay {
    bottom: -5%;
  }

  .uui-blogsection04_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection04_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection04_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection04_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection04_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .uui-blogsection04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection04_list-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-blogsection04_heading {
    margin-right: 0;
  }

  .uui-text-size-large-5, .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: #273b9a;
  }

  .uui-heading-xsmall-5 {
    font-size: 1.25rem;
  }

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

  .uui-button-16:hover {
    background-color: #ca9bfb;
    border-color: #ca9bfb;
  }

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

  .uui-blogsection04_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

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

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .text-above-header-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-10, .text-block-5 {
    font-size: 1rem;
  }

  .rt-tab-link-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-11, .text-block-8, .text-block-9 {
    font-size: 1rem;
  }

  .rt-about-three-accordion-wrapper {
    margin-top: 0;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 0;
  }

  .rt-service-one-tabs {
    flex-direction: column;
  }

  .text-block-6, .text-block-4, .text-block-7 {
    font-size: 1rem;
  }

  .rt-tabs-menu-2.rt-with-border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-right-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 60px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .brix---cta-v1-floating-item-3 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

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

  .rt-home-two-about-us-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .rt-home-two-about-us-right {
    margin-top: 40px;
  }

  .rt-image-height-auto-3.rt-absolute-img {
    bottom: 0%;
  }

  .rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
    display: none;
  }

  .rt-image-height-auto-3.rt-width-hundred {
    width: 100%;
  }

  .rt-home-two-about-us-left {
    max-width: 100%;
  }

  .rt-home-one-highlight-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-auto-fit-12.rt-responsive-image-full-width {
    height: 100%;
  }

  .rt-component-section-33.rt-overflow-hidden-2 {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .rt-heading-five-34 {
    font-size: 1.3rem;
  }

  .brix---grid-blog-card-featured-v6 {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .brix---blog-card-featured-content {
    padding: 32px 32px 48px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

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

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

  .rt-button-icon-wrapper-3 {
    height: 50px;
  }

  .rt-overflow-hidden-3.rt-home-two-business-potential-main-image {
    height: auto;
  }

  .rt-button-10 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-home-three-accordion-block-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-2 {
    justify-content: center;
    padding: 8%;
  }

  .brix---grid-2-columns---pricing-v10-2, .brix---grid-pricing-v10-featured-2 {
    grid-template-columns: 1fr;
  }

  .rt-button-11 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .step-3 {
    justify-content: center;
    padding: 8%;
  }

  .img-block-2 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .rt-button-9 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .img-block-3 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .rt-button-12 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block-copy, .img-block-4 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step-4 {
    justify-content: center;
    padding: 8%;
  }

  .navmenu__dropdown-section-list-item {
    width: 300px;
  }

  .text-block-54 {
    flex: 0 auto;
    align-self: auto;
    padding-right: 40px;
  }

  .link-list__link-2 {
    padding-right: 40px;
  }

  .uui-navbar04_button-wrapper-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .navmenu__dropdown-block {
    padding-right: 0;
  }

  .navmenu__dropdown-list {
    justify-content: flex-start;
    align-items: center;
  }

  .navmenu__dropdown-section {
    max-width: 400px;
  }

  .navmenu__dropdown-section.cc-last {
    max-width: 400px;
    padding-right: 0;
  }

  .navmenu__dropdown-right {
    padding-right: 0;
  }

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

  .uui-button-9-copy:hover {
    background-color: #ca9bfb;
    border-color: #ca9bfb;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .link-list__dropdown-toggle-2.w--open {
    align-self: center;
  }

  .uui-button-tertiary-gray-8:hover {
    color: #1e2628;
    background-color: #0000;
  }

  .navmenu__dropdown-banner-link {
    min-width: 300px;
    max-width: 500px;
  }

  .div-block-69 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .rt-button-13 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-home-three-accordion-block-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-block-5 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .rt-button-14 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-home-three-accordion-block-4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-block-6 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .rt-button-15 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-home-three-accordion-block-5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-block-7 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .brix---mg-bottom-16px-2 {
    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;
  }

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

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

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

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

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .rt-footer-two-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-button-16 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-home-three-accordion-block-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-one-features-item-copy-2, .rt-home-one-features-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .step-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block-8 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step-5 {
    justify-content: center;
    padding: 8%;
  }

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

  .rt-home-one-features-item-3, .rt-home-one-features-item-copy-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-features-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .step-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block-9 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step-6 {
    justify-content: center;
    padding: 8%;
  }

  .rt-home-three-accordion-block-7, .rt-home-three-accordion-block-8 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-block-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block-10 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step-7, .step-8 {
    justify-content: center;
    padding: 8%;
  }

  .step-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block-11 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .brix---cta-v1-floating-item-4 {
    width: 34%;
  }

  .img-block-12 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block-13 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

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

  .brix---cta-v1-floating-item-5 {
    width: 34%;
  }

  .img-block-14 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

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

  .step-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .rt-contact-block-two-left {
    max-width: 100%;
  }

  .rt-contact-one-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one, .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-contact-one-block-two {
    padding-top: 25vh;
    display: block;
  }

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

  .rt-overflow-none-3-copy-copy, .rt-overflow-none-3-copy-copy-copy {
    text-align: center;
  }

  .rt-home-one-features-item-2-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .for-landing-page {
    font-size: 1rem;
  }

  .for-landing-page:hover {
    background-color: #ca9bfb;
    border-color: #ca9bfb;
  }

  .brix---cta-v1-floating-item-01-copy {
    width: 15%;
    top: 77%;
    left: 64%;
  }

  .div-block-98 {
    max-width: 200px;
  }

  .heading-110 {
    padding-left: 20px;
  }

  .div-block-99 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-93, .code-embed-5 {
    padding-left: 20px;
  }

  .rt-contact-two-form-field-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .about-cta-copy {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-home-two-analytics-grid-2-ss, .brix---grid-2-columns---pricing-v10-6, .brix---grid-pricing-v10-featured-3 {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

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

  .brix---cta-v1-floating-item-6 {
    width: 15%;
    top: 77%;
    left: 64%;
  }

  .brix---cta-v1-floating-item-7 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .div-block-1004 {
    max-width: 200px;
  }

  .heading-112 {
    padding-left: 20px;
  }

  .div-block-1007 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .rt-overflow-hidden-3-landing.rt-home-two-business-potential-main-image, .rt-overflow-hidden-3-landing.rt-home-two-business-potential-main-image-landing {
    height: auto;
  }

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

@media screen and (max-width: 479px) {
  .uui-contact14_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .rt-component-section {
    padding-top: 60px;
  }

  .rt-padding-bottom-ten {
    direction: rtl;
    text-align: right;
  }

  .rt-home-four-support-card.rt-radius-twenty {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    justify-content: center;
  }

  .div-block-3 {
    direction: rtl;
    flex-flow: wrap;
    position: static;
  }

  .div-block-4-copy {
    height: 400px;
  }

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

  .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 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---icon-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---card-pd-64px---56px {
    padding: 40px 24px;
  }

  .brix---grid-contact-v6 {
    grid-row-gap: 48px;
  }

  .brix---section-contact-v10 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .rt-input-text.rt-body-font-7.rt-smaller-text {
    direction: rtl;
    direction: rtl;
    align-self: center;
    padding-right: 20px;
  }

  .rt-contact-two-form-field {
    flex-flow: column;
  }

  .rt-contact-two-form-field-main.rt-change-size {
    direction: rtl;
  }

  .rt-form {
    flex-flow: column;
  }

  .rt-textarea-3.rt-body-font-7.rt-smaller-text, .rt-button-box {
    text-align: right;
  }

  .rt-button-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .rt-form-button {
    direction: ltr;
    text-align: right;
  }

  .rt-icon-black {
    padding-top: 8px;
  }

  .rt-row-one {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-accelerate-growth.rt-home-three-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-growth-section-text {
    text-align: center;
    padding-bottom: 26px;
  }

  .div-block-7 {
    direction: rtl;
  }

  .uui-heading-xlarge {
    font-size: 1.8rem;
  }

  .slide-nav {
    padding-top: 60px;
  }

  .badge-group_text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-container-large-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-xlarge {
    text-align: justify;
    font-size: .9rem;
    line-height: 1.8;
  }

  .uui-badge-group_icon.text-color-primary500 {
    margin-top: 17px;
    margin-left: 1.75rem;
    display: none;
  }

  .uui-padding-vertical-xhuge-2 {
    max-width: 300px;
    padding: 0 1rem 2rem;
  }

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

  .uui-heroheader01_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .uui-max-width-medium {
    direction: rtl;
    text-align: justify;
    padding-left: 20px;
  }

  .uui-badge-group-copy.is-primary-copy {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-box-slider {
    height: auto;
    margin-top: 60px;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 0;
    width: 100%;
    height: auto;
  }

  .text-above-header {
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
    line-height: 2;
  }

  .uui-heroheader01_content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .uui-button-row-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: 65%;
    right: -19%;
  }

  .rt-button-5.rt-underline-off-2 {
    flex: 0 auto;
    display: none;
  }

  .rt-heading-six-9.rt-text-center-6 {
    direction: rtl;
    text-align: center;
    direction: rtl;
    text-align: center;
    direction: rtl;
    text-align: center;
    direction: rtl;
    text-align: center;
    flex: 0 auto;
    align-self: stretch;
  }

  .rt-overflow-none-3 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .top-services-in-box {
    padding-top: 20px;
  }

  .steps-clone {
    margin-top: -339px;
    display: block;
    position: static;
  }

  .rt-component-section-11.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: none;
  }

  .img-block {
    width: 90%;
  }

  .content-wrap {
    margin-top: 0;
  }

  .content-block {
    margin-bottom: -180px;
  }

  .content {
    font-size: 20px;
  }

  .step-block {
    grid-column-gap: 260px;
    grid-row-gap: 260px;
    direction: rtl;
    flex-flow: column-reverse;
    margin-top: 197px;
    margin-bottom: 100px;
    padding-bottom: 60px;
  }

  .container_p {
    direction: rtl;
  }

  .rt-home-three-discover-right {
    padding-left: 20px;
  }

  .rt-home-three-number-block {
    display: block;
  }

  .rt-component-section-12.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: none;
  }

  .rt-home-two-marquee-box-one-2.rt-one {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: ltr;
    text-overflow: clip;
    overflow-wrap: normal;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .rt-home-two-testimonial-slider-box-2 {
    flex: none;
    padding: 20px;
  }

  .rt-home-two-testimonial-slider-image-wrap-2 {
    width: 100%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-one-features-item {
    border-top: 0 solid #becccc;
    border-left: 0 solid #000;
    border-right-width: 0;
  }

  .rt-home-one-features-item.rtborder-off {
    border-top-width: 0;
  }

  .rt-home-one-features-container {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .brix---display-3-copy {
    font-size: 26px;
    line-height: 39px;
  }

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

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

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

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

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

  .brix---grid-pricing-v10-featured {
    grid-template-columns: 1fr;
  }

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

  .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .rt-home-two-award-content {
    max-width: 100%;
  }

  .titr-5 {
    text-align: center;
    padding-bottom: 0;
  }

  .rt-home-two-award-item {
    direction: rtl;
    text-align: center;
    border-bottom: 1px solid #9cb3b2;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .rt-home-two-award-item.rt-item-three {
    border-right-width: 0;
    margin-right: 0;
  }

  .rt-home-two-award-item.rt-item-two {
    border-bottom-width: 0;
    border-right-width: 0;
    margin-right: 0;
  }

  .rt-features-information-2 {
    padding-bottom: 20px;
  }

  .rt-features-cards-2 {
    width: 98vw;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---btn-primary-white-2, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

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

  .brix---cta-section {
    max-width: 400px;
    padding-top: 72px;
    padding-bottom: 72px;
    position: static;
  }

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

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---z-index-1 {
    position: static;
  }

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

  .text-above-header-for-cta-box {
    text-align: right;
  }

  .text-above-header-2 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 35px;
  }

  .text-block-10 {
    text-align: center;
    font-size: .9rem;
    font-weight: 700;
  }

  .text-block-5 {
    font-size: .9rem;
    font-weight: 700;
  }

  .rt-tab-link-three {
    text-align: center;
    border-left: 1px solid #d0d0d0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px 5px;
  }

  .rt-tab-link-three.w--current {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-11 {
    font-size: .83rem;
    font-weight: 700;
  }

  .text-block-8, .text-block-9 {
    font-size: .9rem;
    font-weight: 700;
  }

  .rt-service-one-tabs {
    display: block;
  }

  .text-block-6 {
    font-size: .9rem;
    font-weight: 700;
  }

  .rt-component-section-29 {
    padding-top: 60px;
  }

  .text-block-4, .text-block-7 {
    font-size: .9rem;
    font-weight: 700;
  }

  .rt-tabs-menu-2.rt-with-border {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    border-bottom: 0 #dcd0d0;
    border-left-style: none;
    border-left-width: 0;
    flex-flow: row;
    grid-template-rows: 120px 120px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 120px;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    display: grid;
  }

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

  .brix---cta-v1-floating-item-3 {
    width: 44%;
  }

  .brix---btn-primary-white-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .rt-second-icon-box-section-heading {
    text-align: center;
  }

  .rt-image-height-auto-3.rt-absolute-img {
    display: none;
  }

  .rt-image-height-auto-3.rt-width-hundred {
    display: block;
  }

  .rt-component-section-31 {
    padding-top: 60px;
  }

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

  .rt-home-two-data-science-card {
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    width: 250px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .div-block-55 {
    align-self: stretch;
  }

  .rt-container-7.rt-service-one-support-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-home-one-highlight-item {
    padding-right: 20px;
  }

  .rt-component-section-33.rt-overflow-hidden-2 {
    margin-bottom: 60px;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .rt-home-one-highlight-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rt-heading-five-34 {
    font-size: 1rem;
  }

  .brix---blog-card-content-inside {
    padding: 24px 24px 31px;
  }

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

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---blog-card-details-v6 {
    flex-direction: row;
    align-items: center;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-2 {
    padding-top: 0;
  }

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

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

  .brix---blog-card-featured-content {
    padding-top: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---badge-secondary-small-light {
    margin-top: 12px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

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

  .brix---categories-badges-wrapper {
    flex-flow: column;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .rt-second-icon-box-section-heading-2 {
    text-align: center;
  }

  .text-block-37, .text-block-38 {
    font-size: .9rem;
  }

  .text-block-39 {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .text-block-40 {
    font-size: .9rem;
  }

  .text-block-41, .text-block-42 {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .text-block-43 {
    font-size: .9rem;
  }

  .text-block-44 {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .rt-icon-in-2 {
    opacity: 0;
  }

  .rt-image-effect.rt-cover-image {
    width: 100%;
    height: 100%;
  }

  .introduction.rt-image-box-v10 {
    margin-top: 0;
    padding-top: 10px;
  }

  .rt-home-two-business-potential-wrapper-2 {
    flex-flow: column;
    order: 0;
  }

  .rt-overflow-hidden-3.rt-home-two-business-potential-main-image {
    margin-top: 40px;
  }

  .rt-home-three-accordion-block-2 {
    min-width: 300px;
  }

  .rt-home-three-accordions {
    max-width: 300px;
  }

  .rt-home-three-accordion-section {
    min-width: 300px;
    max-width: 300px;
  }

  .rt-accordion-answer-block {
    white-space: pre-wrap;
  }

  .titr-h2-2 {
    line-height: 47px;
  }

  .rt-component-section-36.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: none;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .brix---display-4, .brix---display-3-copy-2 {
    font-size: 26px;
    line-height: 39px;
  }

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

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

  .rt-dropdown-toggle-2 {
    flex-flow: row;
  }

  .rt-category-cards-text-4 {
    text-align: right;
    white-space: pre-wrap;
  }

  .step-3 {
    margin-top: -250px;
  }

  .container-3 {
    margin-bottom: 0%;
  }

  .rt-component-section-37.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

  .rt-component-container-38 {
    padding-bottom: 143px;
  }

  .img-block-2 {
    width: 90%;
    padding-top: 20px;
  }

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

  .brix---display-3-copy-3 {
    font-size: 26px;
    line-height: 39px;
  }

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

  .rt-category-cards-text-6 {
    text-align: right;
    white-space: pre-wrap;
  }

  .img-block-3 {
    width: 90%;
    margin-top: 72px;
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .rt-component-container-44 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .rt-component-section-38.rt-marquee-testemonial.rt-testemonial-v-eight {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .titr-with-icon {
    flex-flow: column;
    align-self: flex-start;
  }

  .paragraph-with-head-points.rt-image-box-v10 {
    padding-top: 60px;
  }

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

  .rt-component-container-52 {
    min-width: auto;
    max-width: none;
  }

  .rt-category-cards-text-8 {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
    flex: 0 auto;
  }

  .faq-section-2 {
    max-width: none;
  }

  .rt-home-three-accordion-block {
    min-width: 300px;
    max-width: 300px;
  }

  .rt-component-container-54 {
    flex-flow: column;
  }

  .div-block-62 {
    width: 100%;
    display: none;
  }

  .div-block-63 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .step-block-2 {
    flex-flow: column-reverse;
  }

  .rt-home-two-testimonial-wrap-6 {
    margin-bottom: 162px;
  }

  .steps-clone-2 {
    margin-bottom: 100px;
    display: block;
    position: static;
  }

  .img-block-copy {
    width: 90%;
    margin-top: 272px;
    margin-bottom: 114px;
  }

  .img-block-4 {
    width: 90%;
    margin-top: 272px;
    margin-bottom: 345px;
  }

  .rt-component-container-55 {
    margin-bottom: -293px;
  }

  .step-4 {
    padding-top: 0%;
  }

  .rt-component-section-39.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

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

  .faq-section-3 {
    max-width: none;
  }

  .rt-component-container-56 {
    min-width: auto;
    max-width: none;
  }

  .rt-category-cards-text-10 {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
    flex: 0 auto;
  }

  .text-above-header-4 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
  }

  .navmenu__dropdown-grid-copy {
    padding-right: 0;
  }

  .navmenu__dropdown-section-list-item {
    width: 250px;
    max-width: 300px;
  }

  .text-block-54 {
    direction: rtl;
    text-align: center;
    flex: 0 auto;
  }

  .brand {
    padding-top: 15px;
  }

  .navmenu__dropdown-left {
    max-width: 300px;
    padding-bottom: 32px;
  }

  .link-list__link-2 {
    padding-right: 0;
    position: relative;
    right: 40px;
  }

  .navbar__wrapper {
    z-index: 80;
  }

  .uui-navbar04_button-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navmenu__dropdown-block {
    border-bottom-width: 0;
    padding-left: 24px;
    padding-right: 0;
  }

  .navmenu__dropdown-section-heading-2 {
    border-bottom-style: none;
    padding-right: 40px;
  }

  .navmenu__dropdown-list {
    max-width: 250px;
  }

  .navmenu__dropdown-section-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    padding-right: 0;
  }

  .navmenu__link-list {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .link-list__list-item-copy.cc-first-copy {
    max-width: 300px;
  }

  .navmenu__dropdown-section {
    min-width: 250px;
    max-width: 250px;
  }

  .navmenu__dropdown-section.cc-last {
    max-width: 300px;
    padding-right: 20px;
  }

  .link-list__dropdown-wrapper {
    direction: rtl;
    text-align: left;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .navmenu__dropdown-right {
    padding-top: 28px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .navmenu__dropdown-grid {
    direction: rtl;
    text-align: right;
    grid-template-columns: minmax(414px, 2.75fr);
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    display: block;
    position: static;
  }

  .navbar__navmenu {
    display: none;
  }

  .navmenu__dropdown-section-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    min-width: 300px;
    max-width: 300px;
  }

  .navmenu__flex-container {
    justify-content: space-between;
    align-items: stretch;
  }

  .navmenu__dropdown-section-link-icon {
    width: 15px;
    margin-bottom: 9px;
    transform: none;
  }

  .link-list__dropdown-toggle-2 {
    text-align: center;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
  }

  .link-list__dropdown-toggle-2.w--open {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width: 20%;
    margin-right: 77px;
  }

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

  .navmenu__dropdown-container.cc-mobile {
    max-width: 300px;
  }

  .navmenu__dropdown-right-copy {
    grid-auto-columns: minmax(300px, 1fr);
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .navmenu__dropdown-banner-link {
    border-style: none;
    min-width: 250px;
    max-width: 250px;
  }

  .link-list__list-item {
    max-width: 300px;
  }

  .link-list__list-item.cc-first {
    justify-content: flex-start;
    align-items: center;
    max-width: 300px;
  }

  .navmenu__col-1-list {
    padding-right: 30px;
  }

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

  .navmenu__dropdown-block-copy {
    border-bottom-width: 0;
    flex-basis: 100%;
    padding-left: 24px;
    padding-right: 0;
  }

  .navmenu__section-link-row-copy.cc-first {
    padding-right: 20px;
  }

  .navmenu__section-link-row {
    max-width: 280px;
    padding-right: 20px;
  }

  .navmenu__section-link-row.cc-first {
    max-width: 250px;
  }

  .navmenu__section-link-row.cc-last {
    max-width: 280px;
  }

  .navmenu__dropdown.w--open {
    box-sizing: border-box;
    align-self: auto;
    max-width: 270px;
  }

  .div-block-69 {
    max-width: 10px;
  }

  .rt-home-three-accordion-block-3 {
    min-width: auto;
    max-width: none;
  }

  .container-6 {
    margin-top: 60px;
    margin-bottom: 10%;
  }

  .rt-component-container-60 {
    margin-bottom: 40px;
  }

  .rt-component-section-41.rt-marquee-testemonial.rt-testemonial-v-eight {
    padding-bottom: 0;
    display: block;
  }

  .img-block-5 {
    width: 90%;
    margin-bottom: 220px;
    padding-bottom: 0;
  }

  .step-block-3 {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
    flex-flow: column-reverse;
    margin-bottom: 340px;
    padding-top: 15px;
  }

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

  .rt-category-cards-text-12 {
    text-align: right;
    white-space: pre-wrap;
  }

  .rt-home-three-accordion-block-4 {
    min-width: auto;
    max-width: none;
  }

  .rt-component-section-42.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

  .img-block-6 {
    width: 90%;
  }

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

  .div-block-74 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-category-cards-text-14 {
    text-align: right;
    white-space: pre-wrap;
  }

  .rt-home-three-accordion-block-5 {
    min-width: auto;
    max-width: none;
  }

  .rt-component-section-43.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

  .img-block-7 {
    width: 90%;
  }

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

  .div-block-76 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-category-cards-text-16 {
    text-align: right;
    white-space: pre-wrap;
  }

  .div-block-77 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 9rem;
    display: block;
  }

  .navmenu__dropdown-section-link-icon-copy {
    margin-bottom: 24px;
    transform: none;
  }

  .navmenu__dropdown-section-link-icon-copy-copy {
    width: 20px;
    margin-bottom: 24px;
    transform: none;
  }

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

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

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

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

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

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

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

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

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

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---success-message-horizontal {
    flex-direction: column;
  }

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

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .image-19 {
    vertical-align: baseline;
    display: none;
  }

  .div-block-46 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: right;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
    position: static;
  }

  .rt-footer-two-main-link-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-48 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-self: center;
    align-items: flex-start;
  }

  .rt-footer-two-logo-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .rt-footer-one-link-item-copy-copy-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-footer-two-main-text {
    border-top: 1px #000;
    border-left-style: none;
    border-right-style: none;
  }

  .rt-footer-utility-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .rt-button-arrow {
    transform: rotateX(0)rotateY(1deg)rotateZ(0);
  }

  .rt-footer-utility-link-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .sub-text {
    border-top: 1px solid #7a9a98;
    padding-top: 20px;
  }

  .rt-footer-one-link-item-copy {
    direction: rtl;
    text-align: right;
    flex-flow: column;
    padding-top: 0;
    display: block;
    position: static;
  }

  .div-block-47 {
    align-self: center;
    padding-right: 0;
  }

  .rt-component-section-44.rt-footer-v-seven {
    padding-top: 20px;
  }

  .rt-about-option.rt-about-last {
    padding-left: 0;
  }

  .rt-footer-two-contact-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-inner-container-5 {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .rt-footer-one-link-item-copy-copy-copy {
    border-right-style: none;
    padding-right: 0;
  }

  .text-box {
    align-self: flex-start;
  }

  .navmenu__dropdown-section-li-k-icon {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .brand-copy {
    align-self: center;
  }

  .rt-home-three-accordion-block-6 {
    min-width: auto;
    max-width: none;
  }

  .rt-component-section-45.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

  .rt-component-container-85 {
    max-width: 300px;
  }

  .rt-home-two-testimonial-heading-wrap-3 {
    margin-bottom: 83px;
  }

  .rt-home-one-features-item-2 {
    border-top: 0 solid #becccc;
    border-left: 0 solid #000;
    border-right-width: 0;
  }

  .rt-home-one-features-item-2.rtborder-off {
    border-top-width: 0;
  }

  .step-block-4 {
    margin-top: 305px;
    margin-bottom: auto;
    padding-bottom: 56px;
  }

  .img-block-8 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 171px;
    display: block;
    position: relative;
  }

  .rt-component-container-92 {
    position: static;
  }

  .rt-component-section-46.rt-marquee-testemonial.rt-testemonial-v-eight {
    flex-flow: column;
    display: flex;
  }

  .step-5 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .image-22 {
    padding-top: 127px;
  }

  .image-23 {
    border-radius: 20px;
    padding-top: 123px;
    padding-bottom: 22px;
  }

  .rt-home-two-testimonial-wrap-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -75px;
    display: grid;
  }

  .container-10 {
    position: relative;
  }

  .rt-category-cards-text-20 {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
    flex: 0 auto;
  }

  .rt-component-container-96 {
    min-width: auto;
    max-width: none;
  }

  .rt-pricing-faq-text-7 {
    color: #1d1d1d;
  }

  .rt-component-container-97 {
    max-width: 300px;
  }

  .rt-home-one-features-item-3 {
    border-top: 0 solid #becccc;
    border-left: 0 solid #000;
    border-right-width: 0;
  }

  .rt-home-one-features-item-3.rtborder-off {
    border-top-width: 0;
  }

  .rt-home-one-features-container-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .step-block-5 {
    margin-top: 210px;
  }

  .img-block-9 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 171px;
    display: block;
    position: relative;
  }

  .rt-component-section-48.rt-marquee-testemonial.rt-testemonial-v-eight {
    flex-flow: column;
    display: flex;
  }

  .step-6 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .rt-home-two-testimonial-wrap-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 6px;
    display: grid;
  }

  .rt-component-container-99 {
    position: static;
  }

  .container-11 {
    position: relative;
  }

  .rt-component-container-100 {
    min-width: auto;
    max-width: none;
  }

  .rt-category-cards-text-22 {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
    flex: 0 auto;
  }

  .rt-pricing-faq-text-8 {
    color: #1d1d1d;
  }

  .rt-home-three-accordion-block-7 {
    min-width: auto;
  }

  .rt-component-container-102 {
    flex-flow: column;
  }

  .div-block-83 {
    align-self: center;
    display: none;
  }

  .rt-component-section-49.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

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

  .rt-home-three-accordion-block-8 {
    min-width: auto;
  }

  .rt-component-section-50.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

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

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

  .rt-component-container-109 {
    max-width: 300px;
  }

  .container-14 {
    position: relative;
  }

  .step-block-6 {
    margin-top: 210px;
  }

  .img-block-10 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 171px;
    display: block;
    position: relative;
  }

  .rt-component-container-115 {
    position: static;
  }

  .step-7 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .rt-home-two-testimonial-wrap-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 6px;
    display: grid;
  }

  .rt-component-section-51.rt-marquee-testemonial.rt-testemonial-v-eight {
    flex-flow: column;
    display: flex;
  }

  .rt-pricing-faq-text-10 {
    color: #1d1d1d;
  }

  .rt-component-container-116 {
    min-width: auto;
    max-width: none;
  }

  .rt-category-cards-text-26 {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
    flex: 0 auto;
  }

  .rt-component-container-117 {
    max-width: 300px;
  }

  .rt-component-section-52.rt-marquee-testemonial.rt-testemonial-v-eight {
    flex-flow: column;
    display: flex;
  }

  .container-15 {
    position: relative;
  }

  .step-8 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .rt-component-container-122 {
    position: static;
  }

  .step-block-7 {
    margin-top: 210px;
  }

  .img-block-11 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 171px;
    display: block;
    position: relative;
  }

  .rt-home-two-testimonial-wrap-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 6px;
    display: grid;
  }

  .rt-component-container-123 {
    min-width: auto;
    max-width: none;
  }

  .rt-category-cards-text-28 {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
    flex: 0 auto;
  }

  .rt-pricing-faq-text-11 {
    color: #1d1d1d;
  }

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

  .brix---cta-v1-floating-item-4 {
    width: 39%;
  }

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

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

  .bold-text-37 {
    vertical-align: baseline;
    object-fit: contain;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 0% auto;
  }

  .rt-accordion-2 {
    aspect-ratio: auto;
    object-fit: fill;
    align-self: auto;
  }

  .rt-category-cards-text-30 {
    text-align: right;
    white-space: pre-wrap;
    flex: 0 auto;
    position: static;
  }

  .rt-dropdown-toggle-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .rt-pricing-faq-block-2 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .rt-category-cards-text-32 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
  }

  .rt-component-section-54.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

  .img-block-12 {
    width: 90%;
  }

  .rt-category-cards-text-34 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
  }

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

  .step-block-8 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column-reverse;
    margin-top: 240px;
  }

  .container-17 {
    margin-top: 0;
  }

  .steps-clone-3 {
    margin-top: -207px;
    margin-bottom: 220px;
    display: block;
    position: static;
  }

  .rt-component-section-55.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

  .img-block-13 {
    width: 90%;
  }

  .content-wrap-2 {
    margin-top: 232px;
  }

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

  .brix---cta-v1-floating-item-5 {
    width: 39%;
  }

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

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

  .bold-text-41 {
    vertical-align: baseline;
    object-fit: contain;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 0% auto;
  }

  .rt-accordion-4 {
    aspect-ratio: auto;
    object-fit: fill;
    align-self: auto;
  }

  .rt-category-cards-text-36 {
    text-align: right;
    white-space: pre-wrap;
    flex: 0 auto;
    position: static;
  }

  .rt-dropdown-toggle-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .rt-pricing-faq-block-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .img-block-14 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 229px;
    display: flex;
    position: relative;
  }

  .step-block-9 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    flex-flow: column-reverse;
    margin-top: 288px;
    padding-top: 50px;
  }

  .rt-component-section-57.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

  .steps-clone-4 {
    margin-top: -240px;
    margin-bottom: 240px;
    display: block;
    position: static;
  }

  .container-18 {
    margin-top: 0;
    margin-bottom: 0%;
    display: flex;
  }

  .section-5 {
    grid-template-columns: 1fr;
  }

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

  .rt-category-cards-text-37 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
  }

  .rt-dropdown-toggle-5 {
    flex-flow: row;
  }

  .step-block-10 {
    flex-flow: column-reverse;
    margin-top: 288px;
    padding-top: 50px;
  }

  .rt-component-section-58.rt-marquee-testemonial.rt-testemonial-v-eight {
    display: block;
  }

  .steps-clone-5 {
    margin-top: -240px;
    margin-bottom: 240px;
    display: block;
    position: static;
  }

  .container-19 {
    margin-top: 0;
    margin-bottom: 0%;
    display: flex;
  }

  .rt-category-cards-text-38 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
  }

  .rt-dropdown-toggle-6 {
    flex-flow: row;
  }

  .form-block {
    flex-flow: column;
    display: flex;
    position: static;
  }

  .div-block-94 {
    flex-flow: row-reverse;
    display: flex;
  }

  .rt-contact-two-form-field-copy {
    flex-flow: column;
    margin-top: 60px;
  }

  .text-block-91 {
    line-height: 37px;
  }

  .image-34 {
    width: 12rem;
    margin-bottom: 40px;
  }

  .rt-component-section-59.rt-contact-v-one {
    padding-top: 20px;
  }

  .rt-contact-block-two-left {
    margin-top: 100px;
  }

  .rt-contact-two-flex-one.rt-contact-one-flex {
    display: none;
  }

  .rt-contact-one-block-two {
    padding-top: 10%;
  }

  .bold-text-46 {
    direction: rtl;
  }

  .div-block-96 {
    direction: rtl;
    flex-flow: column;
  }

  .bold-text-47 {
    direction: rtl;
  }

  .rt-row-one-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-accelerate-growth-2.rt-home-three-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-growth-section-text-2 {
    text-align: center;
    padding-bottom: 26px;
  }

  .bold-text-48 {
    white-space: pre-wrap;
  }

  .steps-clone-2-copy {
    margin-bottom: -391px;
    display: block;
    position: static;
  }

  .bold-text-30-copy {
    text-align: right;
    font-weight: 500;
  }

  .text-above-header-for-cta-box-copy {
    text-align: right;
    margin-top: 20px;
    font-weight: 600;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy-copy {
    width: 100%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3-copy-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3-copy-copy-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.rt-overflow-none-3-copy-copy-copy-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy-copy.head-with-0 {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy {
    width: 100%;
  }

  .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy, .rt-home-two-testimonial-slider-image-wrap-2-copy.rt-overflow-none-3-copy {
    width: 30%;
  }

  .text-above-header-copy, .text-above-header-copy-copy {
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
    line-height: 2;
  }

  .text-above-header-copy-copy-copy {
    text-align: center;
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
    line-height: 2;
  }

  .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy, .text-above-header-copy, .text-above-header-copy-copy, .text-above-header-copy-copy-copy {
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
    line-height: 2;
  }

  .rt-overflow-none-3-copy-copy {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-overflow-none-3-copy, .rt-overflow-none-3-copy-copy, .rt-overflow-none-3-copy-copy-copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-overflow-none-3-copy-copy-copy {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-overflow-none-3-copy-copy, .rt-overflow-none-3-copy-copy-copy, .consulting {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-features-item-2-copy {
    border-top: 0 solid #becccc;
    border-left: 0 solid #000;
    border-right-width: 0;
  }

  .rt-home-one-features-item-2-copy.rtborder-off {
    border-top-width: 0;
  }

  .body {
    max-width: 350px;
  }

  .navbar__navmenu-mobile-2 {
    display: none;
  }

  .navbar__mobile-overlay-2 {
    border-bottom-style: none;
    display: block;
    position: absolute;
  }

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

  .div-block-996 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 9rem;
    display: block;
  }

  .brand-for-landing {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
    inset: 0% 10% 0% 0%;
  }

  .navbar__container-landing {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navmenu__dropdown-section-li-k-icon-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar__wrapper-landing {
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-v1-floating-item-01-copy {
    width: 39%;
  }

  .rt-form-button-3 {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .div-block-98 {
    flex: 0 auto;
    margin-left: 0;
    display: none;
  }

  .heeden-form-container {
    z-index: 20;
    flex-flow: column;
    width: 90svw;
    height: 520px;
    margin-right: auto;
    display: block;
    top: 18%;
  }

  .div-block-99 {
    padding: 100px 10px 20px;
  }

  .div-block-100 {
    z-index: 1;
    flex: 0 auto;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    left: 43%;
  }

  .code-embed-5 {
    display: none;
  }

  .rt-form-2 {
    flex-flow: column;
  }

  .rt-contact-two-form-field-2 {
    flex-flow: column;
    width: 80svw;
  }

  .rt-3d-trigger-image-49 {
    width: 100%;
    height: 100%;
  }

  .about-cta-copy {
    align-self: center;
  }

  .text-block-97 {
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    margin-bottom: 20px;
  }

  .titr-h2-3 {
    font-size: 1.4rem;
    line-height: 47px;
  }

  .heading-paragraph {
    font-size: 1.4rem;
  }

  .text-above-header-14 {
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
    line-height: 2;
  }

  .bold-text-52 {
    font-size: 1.4rem;
  }

  .top-services-in-box-copy {
    padding-top: 20px;
  }

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

  .brix---display-3-copy-4 {
    font-size: 26px;
    line-height: 39px;
  }

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

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

  .brix---buttons-row-right---t-left-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .brix---btn-secondary-white-2 {
    align-self: center;
    width: 80%;
    padding: 18px 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .rt-component-container-180 {
    position: static;
  }

  .brix---button-row-left-2 {
    align-self: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .rt-component-section-60 {
    position: static;
  }

  .brix---btn-primary-white-4 {
    vertical-align: sub;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .brix---cta-v1-floating-item-6 {
    width: 39%;
  }

  .brix---cta-v1-floating-item-7 {
    width: 44%;
  }

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

  .rt-component-container-181 {
    min-width: auto;
    max-width: none;
  }

  .titr-h2-4 {
    font-size: 1.4rem;
    line-height: 47px;
  }

  .faq-section-14 {
    max-width: none;
  }

  .rt-dropdown-toggle-7 {
    flex-flow: row;
  }

  .rt-category-cards-text-40 {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    object-fit: fill;
    flex: 0 auto;
  }

  .rt-component-section-44-for-landing.rt-footer-v-seven-for-landing {
    padding-top: 20px;
  }

  .image-40 {
    vertical-align: baseline;
    display: none;
  }

  .div-block-1000 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-self: center;
    align-items: flex-start;
  }

  .rt-footer-two-main-link-text-landing-page {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-1001 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 9rem;
    display: block;
  }

  .div-block-1002 {
    align-self: center;
    padding-right: 0;
  }

  .rt-footer-two-main-text-for-landing {
    border-top: 1px #000;
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-102 {
    direction: rtl;
    flex-flow: wrap;
    position: static;
  }

  .div-block-1003 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: right;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
    position: static;
  }

  .div-block-4-for-landing {
    height: 200px;
  }

  .div-block-1004 {
    flex: 0 auto;
    margin-left: 0;
    display: none;
  }

  .div-block-1007 {
    padding: 100px 10px 20px;
  }

  .div-block-1008 {
    z-index: 1;
    flex: 0 auto;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    left: 43%;
  }

  .introduction-landing.rt-image-box-v10, .introduction-landing.rt-image-box-v10-landing {
    margin-top: 0;
    padding-top: 10px;
  }

  .rt-overflow-hidden-3-landing.rt-home-two-business-potential-main-image, .rt-overflow-hidden-3-landing.rt-home-two-business-potential-main-image-landing {
    margin-top: 40px;
  }

  .rt-input-text-copy.rt-body-font-7.rt-smaller-text {
    direction: rtl;
    direction: rtl;
    align-self: center;
    padding-right: 20px;
  }

  .rt-input-text-copy.rt-body-font-7-copy.rt-smaller-text {
    direction: rtl;
  }

  .rt-input-text-copy.rt-body-font-7-copy.rt-smaller-text-copy {
    direction: ltr;
    text-align: right;
  }

  .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-footer-one-link-item-copy-copy-copy-copy, .rt-footer-one-link-item-footer-without-line {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-1010 {
    flex-flow: column;
  }

  .text-block-103 {
    font-family: Vazirmatn, sans-serif;
    font-size: 9px;
    font-weight: 700;
  }

  .link-228 {
    color: #516ac7;
    font-family: Vazirmatn, sans-serif;
    font-size: 10px;
    text-decoration: none;
  }
}

#w-node-ceb487cc-a0b1-c4f2-db2b-494aa92ba517-4e550da2, #w-node-_46ca6fd6-0a16-d64d-7249-1d2a3e762345-4e550da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14b50f16-8149-6924-69e1-868a5182e7f4-4e550da2 {
  align-self: start;
}

#w-node-bad3d132-07e2-d98e-bce4-48fc6b80b9c4-4e550da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a482-4e550da2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#RT-Contact-V5-Name.w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a481-4e550da2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a485-4e550da2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#RT-Contact-V5-Email.w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a484-4e550da2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c9823131-699b-555c-7e8e-96e35080cdcc-4e550da2 {
  align-self: start;
}

#RT-Contact-V5-Phone-No.w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a488-4e550da2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a489-4e550da2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_9cc111f3-5b53-928a-7df2-4fcc36d41771-4e550da2 {
  align-self: start;
}

#w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a48f-4e550da2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

#RT-Contact-V5-Message.w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a48e-4e550da2, #w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a492-4e550da2, #w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a497-4e550da2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_02199c1d-05d1-1008-81c0-cb929676721e-967671f2, #w-node-_02199c1d-05d1-1008-81c0-cb9296767232-967671f2, #w-node-_02199c1d-05d1-1008-81c0-cb9296767246-967671f2 {
  justify-self: center;
}

#w-node-a172d317-19a7-d8bf-8023-36aa7030596a-70305955 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-a172d317-19a7-d8bf-8023-36aa703059c5-70305955 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a172d317-19a7-d8bf-8023-36aa703059c9-70305955 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a172d317-19a7-d8bf-8023-36aa703059ef-70305955 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-a172d317-19a7-d8bf-8023-36aa703059f2-70305955 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a172d317-19a7-d8bf-8023-36aa703059f5-70305955 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27f1bf35-810d-a48a-8cdd-8172b136d713-bb5cc739, #w-node-_03aad6a9-d419-85fa-e151-642d06cef174-bb5cc739, #w-node-_03aad6a9-d419-85fa-e151-642d06cef190-bb5cc739, #w-node-_03aad6a9-d419-85fa-e151-642d06cef1ac-bb5cc739 {
  justify-self: end;
}

#w-node-_1d02e00e-b20b-4594-7449-b118067e4fd4-bb5cc739 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_1d02e00e-b20b-4594-7449-b118067e4fd5-bb5cc739 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_1d02e00e-b20b-4594-7449-b118067e4fdb-bb5cc739, #w-node-_1d02e00e-b20b-4594-7449-b118067e4fe7-bb5cc739, #w-node-_1d02e00e-b20b-4594-7449-b118067e4ff3-bb5cc739, #w-node-_1d02e00e-b20b-4594-7449-b118067e4fff-bb5cc739 {
  justify-self: auto;
}

#w-node-_9847cd69-41ba-d49e-83cf-2d588f4abca4-bb5cc739 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_9847cd69-41ba-d49e-83cf-2d588f4abca5-bb5cc739 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_8e80dee8-811f-9a0b-ff47-89307fc56743-bb5cc739 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_8e80dee8-811f-9a0b-ff47-89307fc56744-bb5cc739 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-d6c6ebeb-91a0-73b0-e153-b1fad273b5d6-bb5cc739 {
  place-self: center start;
}

#w-node-d6c6ebeb-91a0-73b0-e153-b1fad273b5db-bb5cc739 {
  place-self: auto;
}

#w-node-_3aadb8bb-59da-b329-20c8-6ae5618a608b-618a6082, #w-node-_1a55d6d4-1010-ead1-4f96-f2397e35ff97-47544f61, #w-node-_7b8058c4-0059-4c33-ebab-84413a92d409-bb35072f, #w-node-_7b8058c4-0059-4c33-ebab-84413a92d412-bb35072f, #w-node-_7b8058c4-0059-4c33-ebab-84413a92d41b-bb35072f, #w-node-_7b8058c4-0059-4c33-ebab-84413a92d425-bb35072f, #w-node-d9a686f8-41cd-e134-841e-e0f1b265b65e-ac55b211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9a686f8-41cd-e134-841e-e0f1b265b661-ac55b211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4b168766-06d5-2e41-800b-6aa7900e4b5e-01a4eb75, #w-node-ae78a2c0-3d25-0e46-6fa1-3ff32b5c5b4e-945a8dcf, #w-node-ae78a2c0-3d25-0e46-6fa1-3ff32b5c5b63-945a8dcf, #w-node-_845a9038-270b-5456-08bd-586e91a4471f-945a8dcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9ab34b2-6f00-2cac-c995-c2c6a007acb8-945a8dcf {
  place-self: stretch stretch;
}

#w-node-ad8f050a-65ba-4735-aa99-9cc7a5d46324-f0f5c314, #w-node-ad8f050a-65ba-4735-aa99-9cc7a5d46336-f0f5c314, #w-node-c3c4ae75-d9f9-2a10-f1ee-7e29f621cc87-f0f5c314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88490258-7036-18c1-c31b-d5ddbeeeed7d-f0f5c314 {
  place-self: stretch stretch;
}

#w-node-_440b6d80-4ca6-fdba-2bdb-0be149357cac-5ae8c2e7, #w-node-_4deff4eb-e292-2edf-5370-093711d08ce7-5ae8c2e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1bf329a-2a3b-5850-efdd-3a4e636eaccb-5ae8c2e7 {
  place-self: stretch stretch;
}

#w-node-_8f4cefc7-481a-afdc-a684-0d676c9b5541-f9f57cfc, #w-node-_8f4cefc7-481a-afdc-a684-0d676c9b5550-f9f57cfc, #w-node-_63ae5255-eb82-5255-2c27-5ae3921e9a6e-f9f57cfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d87c5b0b-9b42-2f96-619b-08183a140842-f9f57cfc {
  place-self: stretch stretch;
}

#w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c3c-b6812a4c {
  align-self: start;
}

#w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c3e-b6812a4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#RT-Contact-V5-Name.w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c3f-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c40-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#RT-Contact-V5-Email.w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c46-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c47-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-ed3ae615-bf0c-cd40-c4f8-9fb3d0aea09c-b6812a4c {
  align-self: start;
}

#RT-Contact-V5-Phone-No.w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c4a-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c4b-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_3af34d46-816a-8601-d743-93d6c95949ae-b6812a4c {
  align-self: start;
}

#RT-Contact-V5-Message.w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c50-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c51-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

#w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c54-b6812a4c, #w-node-b56bdd08-47fb-0f79-43e8-5de1fa934c5c-b6812a4c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5eb395b-5955-ab05-7392-b5daa4ed4951-41f01620, #w-node-c5eb395b-5955-ab05-7392-b5daa4ed4960-41f01620, #w-node-_30677af1-b4fa-d32e-f48a-13774cbe9804-41f01620 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10243201-5215-7198-c843-907e3bc0d49a-41f01620 {
  place-self: stretch stretch;
}

#w-node-_5451f9f5-5a23-c112-222b-70a8e35809e3-a82947e6, #w-node-_5451f9f5-5a23-c112-222b-70a8e35809f5-a82947e6, #w-node-_8b7cad16-9b94-d197-307e-7a97a82910f3-a82947e6, #w-node-_44fd8b4f-41b1-6341-ad8a-a0ac4370f231-e4e9fb30, #w-node-_44fd8b4f-41b1-6341-ad8a-a0ac4370f243-e4e9fb30, #w-node-_320883a2-e982-9b39-9203-34af945b2747-e4e9fb30, #w-node-_22b9ba58-8603-948c-2f9f-b867b20b20fa-b0e40da5, #w-node-_22b9ba58-8603-948c-2f9f-b867b20b20fd-b0e40da5, #w-node-_22b9ba58-8603-948c-2f9f-b867b20b2109-b0e40da5, #w-node-b5875e54-5b74-7da5-2194-b2141d81f30b-5ab1eb46, #w-node-_45cd4c2c-5f9c-35a1-b793-725cdc31c337-5ab1eb46, #w-node-b166fad9-de09-c2a0-f21b-11a5bfcc87be-2ec417c8, #w-node-_8dae5428-fe0e-8911-47fa-46086887f8fc-2ec417c8, #w-node-_71899526-0541-5847-8c01-20ec28cec4c7-15b29cfa, #w-node-_71899526-0541-5847-8c01-20ec28cec4d6-15b29cfa, #w-node-_7f64cc8a-4cc4-a28c-aef8-e72c93d348c0-15b29cfa, #w-node-d12ac118-9dd1-742c-af70-c4dc5671a7bb-05375cd9, #w-node-d12ac118-9dd1-742c-af70-c4dc5671a7cd-05375cd9, #w-node-f33bc2cc-f68e-1156-c3a2-9f07ec384264-05375cd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c56111c-bfe9-46ee-5463-b3d0a3ceee5d-05375cd9 {
  place-self: stretch stretch;
}

#w-node-_8cd14be2-bb58-7f8e-78bc-2173c94b2843-b706083f, #w-node-_6426ff17-a2ad-9b9a-ff20-a8649a4b2646-b706083f, #w-node-_5db017e5-b80b-89f7-f756-6b4044cce423-288b73e7, #w-node-_0e381adb-d6ef-f803-97c4-f50eaf0a9473-288b73e7, #w-node-_2181d3f5-bae7-b049-764b-a4e8ddac6a4c-a42760e0, #w-node-_2181d3f5-bae7-b049-764b-a4e8ddac6a60-a42760e0, #w-node-aaa9cbc7-b668-c704-df5a-fd1bf1bc298e-a42760e0, #w-node-_0a3e248b-dfdd-df56-cc88-dc2a78a2b921-b3e52e98, #w-node-_20175ff0-4b4b-1feb-2a9d-3d8f92d04365-a7385d1c, #w-node-_20175ff0-4b4b-1feb-2a9d-3d8f92d0437a-a7385d1c, #w-node-_428a5d57-fde8-1c17-b97e-f81693cf977d-919416ea, #w-node-_428a5d57-fde8-1c17-b97e-f81693cf978e-919416ea, #w-node-_428a5d57-fde8-1c17-b97e-f81693cf9791-919416ea, #w-node-_69c88a9e-f4d8-c63f-b065-d6ac5194c8e4-919416ea, #w-node-a7053262-3ff2-ccb1-ec08-b5401c6f66f3-27f16579, #w-node-_71edca74-65e9-bc22-9caf-4a3826f6c0c3-27f16579, #w-node-_6d2430b5-4e8d-2f9f-ab58-67013d9a0fb6-c0c602b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c7ca31d-eae7-f016-43df-3ba5508111ff-524df8e9 {
  align-self: start;
}

#w-node-_2c7ca31d-eae7-f016-43df-3ba550811201-524df8e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#RT-Contact-V5-Name.w-node-_2c7ca31d-eae7-f016-43df-3ba550811202-524df8e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c7ca31d-eae7-f016-43df-3ba550811203-524df8e9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_2c7ca31d-eae7-f016-43df-3ba550811206-524df8e9 {
  align-self: start;
}

#RT-Contact-V5-Phone-No.w-node-_2c7ca31d-eae7-f016-43df-3ba550811209-524df8e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c7ca31d-eae7-f016-43df-3ba55081120a-524df8e9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_2c7ca31d-eae7-f016-43df-3ba55081120d-524df8e9, #w-node-_2c7ca31d-eae7-f016-43df-3ba550811215-524df8e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc6cc029-03bd-2f01-715e-d8083fc551b8-524df8e9, #w-node-cc6cc029-03bd-2f01-715e-d8083fc551be-524df8e9, #w-node-cc6cc029-03bd-2f01-715e-d8083fc551c5-524df8e9, #w-node-cc6cc029-03bd-2f01-715e-d8083fc551cc-524df8e9, #w-node-cc6cc029-03bd-2f01-715e-d8083fc551d3-524df8e9 {
  place-self: center;
}

#w-node-db640a6d-58ac-b7e2-4472-6395fb443923-524df8e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e4d-c963afdc {
  align-self: start;
}

#w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e4f-c963afdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#RT-Contact-V5-Name.w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e50-c963afdc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e51-c963afdc {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e54-c963afdc {
  align-self: start;
}

#RT-Contact-V5-Phone-No.w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e57-c963afdc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e58-c963afdc {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e5b-c963afdc, #w-node-b967cd62-8889-e0c5-1f26-c8edd39f2e63-c963afdc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1357eabc-d23d-9bce-f70b-80758cac4b02-c963afdc, #w-node-_1357eabc-d23d-9bce-f70b-80758cac4b08-c963afdc, #w-node-_1357eabc-d23d-9bce-f70b-80758cac4b0f-c963afdc, #w-node-_1357eabc-d23d-9bce-f70b-80758cac4b16-c963afdc, #w-node-_1357eabc-d23d-9bce-f70b-80758cac4b1d-c963afdc {
  place-self: center;
}

#w-node-_78c719ef-eddc-c81f-660f-8ffb617bd2e5-c963afdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-a172d317-19a7-d8bf-8023-36aa7030596c-70305955 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059c5-70305955 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059f5-70305955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27f1bf35-810d-a48a-8cdd-8172b136d713-bb5cc739, #w-node-_03aad6a9-d419-85fa-e151-642d06cef174-bb5cc739, #w-node-_03aad6a9-d419-85fa-e151-642d06cef190-bb5cc739, #w-node-_03aad6a9-d419-85fa-e151-642d06cef1ac-bb5cc739 {
    justify-self: end;
  }

  #w-node-d6c6ebeb-91a0-73b0-e153-b1fad273b5d6-bb5cc739 {
    justify-self: start;
  }

  #w-node-_012439c0-57dc-a889-9a93-d9f797ba0697-945a8dcf {
    place-self: center end;
  }

  #w-node-_845a9038-270b-5456-08bd-586e91a4471f-945a8dcf {
    justify-self: start;
  }

  #w-node-f077bd26-9b3a-95e0-1c47-d79077bb31f1-f0f5c314 {
    place-self: center end;
  }

  #w-node-c3c4ae75-d9f9-2a10-f1ee-7e29f621cc87-f0f5c314, #w-node-_4deff4eb-e292-2edf-5370-093711d08ce7-5ae8c2e7, #w-node-_63ae5255-eb82-5255-2c27-5ae3921e9a6e-f9f57cfc, #w-node-_30677af1-b4fa-d32e-f48a-13774cbe9804-41f01620 {
    justify-self: stretch;
  }

  #w-node-_10243201-5215-7198-c843-907e3bc0d4a2-41f01620 {
    place-self: stretch stretch;
  }

  #w-node-_3e071b82-93a7-0362-8b0d-a53090ef4b3d-a82947e6 {
    place-self: center end;
  }

  #w-node-_8b7cad16-9b94-d197-307e-7a97a82910f3-a82947e6 {
    justify-self: stretch;
  }

  #w-node-_3277ebe2-3f15-34a0-0009-7b9ba51f36c9-e4e9fb30 {
    place-self: center end;
  }

  #w-node-_320883a2-e982-9b39-9203-34af945b2747-e4e9fb30 {
    justify-self: start;
  }

  #w-node-e0fe741c-ea72-21a2-a8b2-32e3334fd0da-5ab1eb46 {
    place-self: center end;
  }

  #w-node-_45cd4c2c-5f9c-35a1-b793-725cdc31c337-5ab1eb46, #w-node-_8dae5428-fe0e-8911-47fa-46086887f8fc-2ec417c8 {
    justify-self: start;
  }

  #w-node-_7f64cc8a-4cc4-a28c-aef8-e72c93d348c0-15b29cfa {
    justify-self: stretch;
  }

  #w-node-f33bc2cc-f68e-1156-c3a2-9f07ec384264-05375cd9 {
    justify-self: start;
  }

  #w-node-_1d7319d0-ba01-c294-b233-4c4153d49428-b706083f {
    place-self: center stretch;
  }

  #w-node-_1d7319d0-ba01-c294-b233-4c4153d4942d-b706083f, #w-node-_1d7319d0-ba01-c294-b233-4c4153d49432-b706083f, #w-node-_1d7319d0-ba01-c294-b233-4c4153d49437-b706083f, #w-node-_1d7319d0-ba01-c294-b233-4c4153d4943c-b706083f, #w-node-_1d7319d0-ba01-c294-b233-4c4153d49441-b706083f, #w-node-_6426ff17-a2ad-9b9a-ff20-a8649a4b2646-b706083f {
    justify-self: stretch;
  }

  #w-node-_2aca7099-fc59-d513-62ba-43a80a99f71a-288b73e7 {
    place-self: center end;
  }

  #w-node-_0e381adb-d6ef-f803-97c4-f50eaf0a9473-288b73e7 {
    justify-self: stretch;
  }

  #w-node-aaa9cbc7-b668-c704-df5a-fd1bf1bc298e-a42760e0 {
    justify-self: start;
  }

  #w-node-_9423b7c3-cbce-9db5-3d8a-f12fc95a33b8-a42760e0, #w-node-_9423b7c3-cbce-9db5-3d8a-f12fc95a33bd-a42760e0, #w-node-_9423b7c3-cbce-9db5-3d8a-f12fc95a33c3-a42760e0, #w-node-_9423b7c3-cbce-9db5-3d8a-f12fc95a33c9-a42760e0, #w-node-_9423b7c3-cbce-9db5-3d8a-f12fc95a33ce-a42760e0, #w-node-_9423b7c3-cbce-9db5-3d8a-f12fc95a33d3-a42760e0, #w-node-bdd89c84-b9ec-87c0-8343-d1599e0ed919-b3e52e98, #w-node-bdd89c84-b9ec-87c0-8343-d1599e0ed91e-b3e52e98, #w-node-bdd89c84-b9ec-87c0-8343-d1599e0ed926-b3e52e98, #w-node-bdd89c84-b9ec-87c0-8343-d1599e0ed92b-b3e52e98, #w-node-bdd89c84-b9ec-87c0-8343-d1599e0ed930-b3e52e98, #w-node-bdd89c84-b9ec-87c0-8343-d1599e0ed935-b3e52e98 {
    place-self: stretch stretch;
  }

  #w-node-a5a512e3-eb6f-d26f-7fe0-b15a98589628-a7385d1c, #w-node-_9091eb4b-881a-7df5-78ba-659714f8d5b4-919416ea {
    place-self: center end;
  }

  #w-node-_9091eb4b-881a-7df5-78ba-659714f8d5c3-919416ea {
    place-self: stretch stretch;
  }

  #w-node-_9091eb4b-881a-7df5-78ba-659714f8d5c9-919416ea, #w-node-_9091eb4b-881a-7df5-78ba-659714f8d5ce-919416ea {
    align-self: stretch;
  }

  #w-node-_69c88a9e-f4d8-c63f-b065-d6ac5194c8b4-919416ea, #w-node-_69c88a9e-f4d8-c63f-b065-d6ac5194c8e4-919416ea {
    justify-self: stretch;
  }

  #w-node-_393b8627-2507-aacb-e08e-2937d6861378-27f16579 {
    place-self: center end;
  }

  #w-node-_393b8627-2507-aacb-e08e-2937d686137d-27f16579, #w-node-_393b8627-2507-aacb-e08e-2937d6861383-27f16579, #w-node-_393b8627-2507-aacb-e08e-2937d6861388-27f16579 {
    align-self: stretch;
  }

  #w-node-_71edca74-65e9-bc22-9caf-4a3826f6c0c3-27f16579 {
    justify-self: start;
  }

  #w-node-_563d0fe2-8ab4-11c2-7b1e-1258a5fe6cfa-c0c602b1 {
    place-self: stretch end;
  }

  #w-node-_563d0fe2-8ab4-11c2-7b1e-1258a5fe6d07-c0c602b1 {
    align-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a172d317-19a7-d8bf-8023-36aa703059f5-70305955 {
    justify-self: stretch;
  }

  #w-node-_7b8058c4-0059-4c33-ebab-84413a92d409-bb35072f {
    justify-self: auto;
  }

  #w-node-d9ab34b2-6f00-2cac-c995-c2c6a007acb8-945a8dcf, #w-node-_88490258-7036-18c1-c31b-d5ddbeeeed7d-f0f5c314, #w-node-_10243201-5215-7198-c843-907e3bc0d49a-41f01620 {
    place-self: stretch stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_10243201-5215-7198-c843-907e3bc0d49a-41f01620 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_02199c1d-05d1-1008-81c0-cb929676721e-967671f2, #w-node-_02199c1d-05d1-1008-81c0-cb9296767232-967671f2, #w-node-_02199c1d-05d1-1008-81c0-cb9296767246-967671f2 {
    justify-self: start;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa7030596a-70305955 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059c5-70305955 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059f2-70305955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059f5-70305955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a172d317-19a7-d8bf-8023-36aa7030596a-70305955 {
    justify-self: auto;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059c5-70305955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059c9-70305955 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0d345fed-e586-69dc-b277-40d9c59b84ee-ac55b211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a489-4e550da2 {
    justify-self: start;
  }

  #w-node-_6723cfdd-53d3-bf53-3f31-a28959f0a48f-4e550da2 {
    align-self: start;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059c5-70305955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a172d317-19a7-d8bf-8023-36aa703059f5-70305955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-d6c6ebeb-91a0-73b0-e153-b1fad273b5d6-bb5cc739 {
    justify-self: center;
  }

  #w-node-_8bec78aa-4ec2-fecf-8968-fd4a7d5858e0-01a4eb75, #w-node-_8bec78aa-4ec2-fecf-8968-fd4a7d5858e3-01a4eb75, #w-node-_8bec78aa-4ec2-fecf-8968-fd4a7d5858e6-01a4eb75, #w-node-_8bec78aa-4ec2-fecf-8968-fd4a7d5858e9-01a4eb75, #w-node-_8bec78aa-4ec2-fecf-8968-fd4a7d5858ec-01a4eb75, #w-node-_8bec78aa-4ec2-fecf-8968-fd4a7d5858ef-01a4eb75, #w-node-_8bec78aa-4ec2-fecf-8968-fd4a7d5858f2-01a4eb75, #w-node-_8bec78aa-4ec2-fecf-8968-fd4a7d5858f5-01a4eb75 {
    align-self: center;
  }

  #w-node-db640a6d-58ac-b7e2-4472-6395fb443926-524df8e9, #w-node-_78c719ef-eddc-c81f-660f-8ffb617bd2e8-c963afdc {
    place-self: center;
  }
}


