:root {
  --radiant-ui-components-library-marketplace--color--heading-dark: #261a3f;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
}

.page-wrapper {
  height: auto;
  display: block;
  overflow: hidden;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 93vh;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.circle {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle.purple {
  filter: blur(40px);
  inset: -25% auto auto -25%;
}

.circle.red {
  background-color: #fd1d1d;
  inset: -25% -25% auto auto;
}

.circle.orange {
  background-color: #fc6f33;
  inset: auto -25% -25% auto;
}

.circle.yellow {
  background-color: #d38e2c;
  inset: auto auto -25% -25%;
}

.card {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff4d;
  border: 1px solid #e9e9e9;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 80vw;
  height: auto;
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  display: flex;
  position: absolute;
}

.heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1.3;
}

.yt-link {
  z-index: 10;
  color: #fff;
  background-color: red;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #f0f0f0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 10% auto;
}

.yt-link:hover {
  background-color: #9e0000;
}

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

.yt-text {
  margin-bottom: 0;
  margin-left: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.rt-hamburger-3 {
  display: none;
}

.rt-dropdown-hover-border {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform-origin: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.rt-dropdown-list-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  top: 100%;
  overflow: hidden;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-7.w--open {
  left: 0;
}

.rt-dropdown-icon-brown {
  opacity: 0;
  position: absolute;
}

.rt-site-logo {
  max-width: 60%;
}

.rt-navbar-contact-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: none;
}

.rt-dropdown-4 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 10px;
  display: flex;
  position: relative;
}

.rt-navbar-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 185px 1fr 185px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 5vw .5rem 5svw;
  display: flex;
}

.rt-brand-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.rt-brand-2.w--current {
  padding: 0 0 0 15px;
}

.rt-dropdown-link-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.rt-dropdown-link-3.w--current {
  color: #f02727;
}

.rt-nav-sub-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-navbar-4 {
  background-color: #0000;
  border: 1px solid #ffffff1a;
  font-family: Outfit;
  font-weight: 300;
  position: relative;
}

.rt-nav-menus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.rt-dropdown-toggle-two {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.rt-dropdown-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-navbar-conmtact-and-humburgger {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-left: 1px #0003;
  align-items: stretch;
  padding-left: 0;
  display: none;
}

.rt-nav-contact-number {
  color: #000;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 27px;
}

.rt-dropdown-list-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  min-width: 160px;
  padding: 14px 25px;
  display: flex;
}

.input-group {
  text-align: left;
  flex-direction: column;
  display: block;
  position: relative;
}

.input-group.cc-phone {
  flex-direction: row;
  display: flex;
}

.input {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: .5em 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.input:hover, .input:focus-visible, .input[data-wf-focus-visible] {
  border-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.input::placeholder {
  color: #ffffffbf;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form {
  flex-flow: column;
  align-self: auto;
  width: 80%;
  display: flex;
  position: relative;
}

.col {
  flex: 1;
  margin-bottom: 1.2rem;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-lg-6.col-md-12 {
  flex-basis: auto;
  max-width: none;
  margin-bottom: 1.2rem;
}

.col.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-lg-8.col-md-10.col-sm-12 {
  height: auto;
  min-height: auto;
  margin-bottom: 40px;
}

.btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1em 1.4em;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.btn:hover {
  background-color: #341e5f;
}

.btn:focus-visible, .btn[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px dashed #5acc1d;
}

.form-error {
  background-color: #e3170014;
  border: 1px solid #e31700;
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px;
}

.form-success {
  background-color: #7dff8a0d;
  border: 1px #7dff8a;
  border-radius: 8px;
  flex: 0 auto;
  min-height: auto;
  padding-top: 0;
  position: static;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-success_flex.u-text-white {
  max-width: none;
  height: auto;
  position: static;
}

.input-label {
  z-index: 1;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: left;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.paragraph-xl {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.u-mb-0 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.small--spacer {
  height: 1.5rem;
}

.text-block-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.link-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  border-radius: 10px;
  width: 10rem;
  height: 3rem;
  padding: 1rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: none;
  position: relative;
}

.link-block:hover {
  background-color: #433461;
}

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

.div-block-2 {
  display: none;
  position: absolute;
}

.text-block-3 {
  display: block;
}

.text-block-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.link-block-2 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #0000;
  border-radius: 10px;
  padding: 1rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.xsmall--spacer {
  height: 1rem;
}

.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-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.rt-component-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

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

.rt-component-section.rt-price-v-three {
  padding-bottom: 0;
}

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

.rt-body-font.rt-text-center.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

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

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

.rt-text-center.rt-pricing-one-hero-heading {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  max-width: 380px;
}

.rt-home-three-about-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 15px;
  display: flex;
}

.rt-home-three-about-view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-box-merquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-home-three-about-image-merquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.rt-auto-fit-5 {
  object-fit: cover;
}

.rt-auto-fit-5.rt-landskape-image-full-width {
  border-radius: 10px;
}

.rt-home-three-image-view-button {
  background-color: #fcf6f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.rt-home-three-about-box {
  text-decoration: none;
}

.rt-home-three-about-box.rt-padding-top-eighty {
  margin-top: 80px;
}

.rt-home-three-about-box.rt-padding-top-fourty {
  margin-top: 40px;
}

.rt-home-three-about-image {
  cursor: none;
  position: relative;
  overflow: hidden;
}

.rt-merquee-two-text {
  color: #fff6;
  flex: none;
  font-size: 6.25rem;
  line-height: 5rem;
}

.rt-home-three-about-text-underline {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 268px;
  height: 1px;
  margin: 10px auto;
}

.rt-home-three-about-text {
  padding-top: 30px;
}

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

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

.rt-body-font-6.rt-text-capitalize.rt-change-color-white {
  color: #fff;
}

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

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-text-capitalize {
  text-transform: capitalize;
}

.rt-card-inside-link {
  color: #0c0b1a;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.rt-home-three-hover-card {
  background-color: #ebf3ff;
  border: 1px solid #e2edff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 30px;
  display: flex;
}

.rt-inside-card-three-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-home-three-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  overflow: hidden;
}

.rt-right-paragraph {
  margin-bottom: 0;
}

.rt-right-paragraph.rt-card-inside-paragraph {
  color: #666;
  margin-bottom: 35px;
}

.rt-card-inside-image {
  object-fit: cover;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.rt-arrow-icon.rt-two {
  position: absolute;
}

.rt-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.rt-font-two {
  font-weight: 400;
}

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

.rt-button-three-underline-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.rt-button-three-icon-one {
  position: absolute;
}

.rt-branches-text-wrapper {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
}

.rt-branch-locations {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 45px 25px;
  position: relative;
  overflow: hidden;
}

.rt-button-three-text-wrap {
  grid-column-gap: 15px;
  display: flex;
  overflow: hidden;
}

.rt-utton-three-2 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.rt-background-wrapper {
  align-items: center;
  width: 120%;
  height: 120%;
  position: absolute;
}

.rt-branches-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.rt-location-icon-white {
  position: absolute;
}

.rt-button-underline {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  height: 2px;
}

.rt-button-underline.rt-home-one-button-three-line-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  position: absolute;
  bottom: 0;
}

.rt-branches-heading {
  flex: 0 38.52%;
}

.rt-no-margin-2 {
  margin: 0;
  font-style: normal;
}

.rt-location-background-overlay {
  z-index: 2;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-city-background-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rt-location-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.rt-button-three-icon-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.rt-branches-description {
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  display: flex;
}

.rt-branch-location-item-container {
  z-index: 2;
  align-items: center;
  position: relative;
}

.rt-location-branch-link {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

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

.rt-text-decoration-none {
  text-decoration: none;
}

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

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

.rt-tag-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rt-tag-wrapper.rt-tab-view {
  margin-bottom: 30px;
}

.rt-white-line-image-two {
  border: 1px solid #6c6a86;
  width: 24px;
}

.rt-logistic-heading {
  text-align: center;
  max-width: 511px;
  margin-top: 0;
  margin-bottom: 25px;
}

.rt-logistic-section-image {
  object-fit: cover;
  width: 100%;
  box-shadow: 0 20px 40px #00000026;
}

.rt-logistic-head-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-logistic-head-content.rt-home-two-logistic-heading {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-logistic-card-sub-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.rt-card-content-box {
  z-index: 2;
  width: 87%;
  padding: 40px 30px 30px 60px;
  position: relative;
}

.rt-white-card-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-logistic-hrading-paragraph {
  color: #5a5b5b;
  letter-spacing: -.0225px;
  width: 566px;
  margin-bottom: 50px;
}

.rt-logistic-card-wrapper {
  z-index: 2;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-logistic-box-paragraph {
  color: #666;
}

.rt-white-box-overlay {
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: 0% -17% 0% auto;
  transform: skew(-22deg);
}

.rt-black-round {
  z-index: 20;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: 8%;
}

.rt-logistic-card-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

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

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

.rt-precision-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #4a74fd;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-precision-card-body-row {
  background-color: #101929;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  overflow: hidden;
}

.rt-discover-btn {
  color: #444655;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.rt-cover-image-2 {
  object-fit: cover;
}

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

.rt-precision-card-body-caption-btn-box {
  margin-top: 10px;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-card.rt-home-two.rt-home-two-page {
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-precision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-information-section-main-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-two-services-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  transition: border .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-two-services-card:hover {
  border-color: #fff;
}

.rt-service-information-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/BG-img_1BG img.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  padding: 4rem 2rem;
  overflow: hidden;
}

.rt-number-block {
  color: #3330;
  letter-spacing: -.3125px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5a5b5b;
  overflow-wrap: normal;
  margin-bottom: 15px;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 3rem;
}

.rt-number-block.rt-number-blok-two {
  -webkit-text-stroke-color: white;
  margin-bottom: 20px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
}

.rt-information-right-part {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.rt-services-card-inside-round {
  background-color: #992b1178;
  border-radius: 100%;
  width: 115px;
  height: 115px;
  display: none;
  position: absolute;
  top: -14%;
  bottom: auto;
  right: -12%;
  overflow: visible;
  box-shadow: 0 4px 4px #00000040;
}

.rt-services-card-inside-box {
  margin-top: 116px;
}

.rt-rating-image-icon {
  z-index: 10;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 11% 10% auto auto;
}

.rt-progress-number-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .015rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 156%;
}

.rt-progress-number-one {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 0;
  font-size: 75px;
  line-height: 100%;
}

.rt-about-square-one-block {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-bottom: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-one-block.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg'), url('../images/Polygon-One.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.rt-about-square-one-block.rt-hover-white-bg.rt-polygon-one {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-about-square-main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.rt-about-square-main-block.rt-home-one {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-about-square-two-block {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-top: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-two-block.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg');
}

.rt-about-square-two-block.rt-hover-white-bg.rt-polygon-two {
  margin-left: -281px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-progress-number-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.rt-about-square-three-block {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-bottom: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-three-block.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rt-about-square-three-block.rt-hover-white-bg.rt-polygon-three {
  margin-left: -281px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rt-text-semibold.rt-text-white.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-white-arrow {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

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

.rt-feautures-card-overlay.rt-card-black-overlay {
  z-index: 2;
}

.rt-feautures-card-overlay.rt-card-orange-overlay {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  bottom: -3%;
}

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

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

.rt-features-information {
  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-small-arrow-icon {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
}

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

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

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

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

.rt-home-four-my-work-marquee-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.rt-my-work-marquee-overlay {
  background-color: #1e1f2080;
}

.rt-home-four-my-work-marquee-block {
  flex: 1;
}

.rt-home-four-my-work-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.rt-home-four-my-work-marquee-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 418px;
  min-height: 518px;
  display: grid;
  overflow: hidden;
}

.rt-padding-top-thirty {
  padding-top: 30px;
}

.rt-my-work-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.rt-grey-dot {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

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

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

.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-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-auto-fit-12 {
  object-fit: cover;
  border-radius: 10px;
}

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

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

.rt-home-one-highlight-image-wrapper {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

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

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

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

.rt-short-header {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.rt-primary-button-upper-horiz {
  background-color: #ff3318;
  width: 100%;
  height: 1px;
  min-height: 1px;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-primary-button-upper-horiz.rt-black {
  background-color: #000;
}

.rt-primary-button-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-price-two-card-wrap {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px;
  box-shadow: 0 40px 80px #dbdfff66;
}

.rt-primary-button-lower-horiz {
  background-color: #ff3318;
  width: 100%;
  height: 1px;
  min-height: 1px;
  margin-left: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-primary-button-lower-horiz.rt-black {
  background-color: #000;
}

.rt-price-two-card-paragraph {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: center;
  max-width: 28ch;
  margin-top: 18px;
}

.rt-price-two-hero-heading {
  max-width: 16ch;
}

.rt-price-two-hero-heading.rt-text-center.rt-margin-top-twelve {
  margin-top: 12px;
}

.rt-primary-button-left-vert {
  background-color: #ff3318;
  width: 1px;
  min-width: 1px;
  height: 100%;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-primary-button-left-vert.rt-black {
  background-color: #000;
}

.rt-button-bg-color {
  z-index: -1;
  background-color: #000;
  width: 120%;
  height: 120%;
  position: absolute;
  inset: -10% 0% 0% -10%;
}

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

.rt-price-two-hero-paragraph {
  max-width: 54ch;
}

.rt-price-two-amount {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.rt-price-one-feature-icon-box {
  background-color: #363845;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.rt-price-one-feature-icon-box.rt-background-off {
  background-color: #fff0;
}

.rt-price-two-card-button-wrap {
  flex-flow: column;
  width: 100%;
  max-width: 268px;
  margin-top: 40px;
  display: flex;
}

.rt-price-one-feature-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}

.rt-primary-button-right-vert {
  background-color: #ff3318;
  width: 1px;
  min-width: 1px;
  height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-primary-button-right-vert.rt-black {
  background-color: #000;
}

.rt-price-one-feature-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 39px;
}

.rt-price-one-feature-block.rt-price-two-feature-block {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.rt-primary-button {
  z-index: 30;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  padding: 11px 35px;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-primary-button.rt-large-button {
  padding-left: 74px;
  padding-right: 74px;
}

.rt-price-card-amount-box {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 32px;
}

.rt-price-card-amount-box.rt-price-two-amount-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: flex-start;
  align-items: center;
  margin-top: 17px;
}

.rt-price-two-hero-wrap {
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.rt-price-two-card-line {
  background-color: #9095b133;
  width: 100%;
  min-height: 1px;
  margin-top: 38px;
}

.rt-black-short-header {
  color: #121b22;
}

.rt-price-two-tab-contain-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding-bottom: 80px;
  display: grid;
}

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

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

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

.rt-button-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-margin-bottom-thirty, .rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-superscript {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.rt-pricing-three-price {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 1px solid #e9e9e933;
  flex-flow: column;
  padding-top: 11px;
  padding-bottom: 20px;
  padding-left: 45px;
  display: flex;
}

.rt-pricing-three-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 10px;
  max-width: 849px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}

.rt-pricing-three-box.rt-margin-bottom-thirty.rt-starter-plan-three {
  background-color: #f5f5fb;
  max-width: 915px;
}

.rt-pricing-one-lists {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.rt-button-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-transform: capitalize;
  background-color: #ffffff26;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  overflow: hidden;
}

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

.rt-button-10.rt-button-two.rt-button-padding-change {
  padding-left: 40px;
  padding-right: 40px;
}

.rt-button-10.rt-button-two.rt-button-padding-change.rt-button-background-dark {
  background-color: #121722;
  background-image: none;
}

.rt-button-10.rt-button-two.rt-button-padding-change.rt-button-background-dark.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-pricing-plans-tabs {
  opacity: .7;
  color: #fff;
  background-color: #323e58;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 600;
}

.rt-pricing-plans-tabs.w--current {
  opacity: 1;
  color: #08111f;
  background-color: #fff;
}

.rt-pricing-plans-tabs.rt-pricing-plan-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #ebebeb;
}

.rt-pricing-plans-tabs.rt-pricing-plan-two.w--current {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-small-3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.rt-margin-bottom-sixty {
  margin-bottom: 60px;
}

.rt-margin-bottom-sixty.rt-pricing-one-tab-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-not-available-feature-one {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
}

.rt-pricing-three-plan {
  font-size: 16px;
}

.rt-pricing-one-plans {
  z-index: 5;
  flex-direction: column;
  display: flex;
}

.rt-capitalize-every-word {
  text-transform: capitalize;
}

.rt-capitalize-every-word.rt-button-text-hover-out {
  position: absolute;
}

.rt-pricing-three-plans-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.rt-pricing-one-hero-heading-wrapper {
  align-items: center;
}

.rt-pricing-coin-icon {
  position: absolute;
  inset: 15% -75% auto auto;
}

.rt-pricing-one-hand-image {
  position: absolute;
  inset: -22% 0% auto auto;
}

.rt-pricing-one-hand-image.rt-pricing-three-hand-image {
  top: -13%;
  right: -2%;
}

.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-margin-top-twenty-five {
  margin-top: 25px;
}

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

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

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

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

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

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

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

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

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

.rt-home-two-analytics-card {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d4d4ff;
  border-radius: 6px;
  padding: 48px 30px;
}

.heading-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.text-block-5 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.div-block-3 {
  margin-bottom: 2rem;
  position: relative;
}

.text-block-6 {
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 5rem;
  line-height: 1;
  display: none;
  position: absolute;
  top: 11%;
  right: 10%;
}

.cards-subtext {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.cards-subtext.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
}

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

.rt-heading-six-2.rt-text-white-2.rt-text-lowarcase {
  text-transform: none;
}

.rt-heading-six-2.rt-text-lowarcase {
  text-transform: lowercase;
}

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

.rt-component-section-2.rtpadding-bottom-none {
  padding-bottom: 0;
}

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

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

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

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-container-one-2 {
  z-index: 5;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-home-two-footer-call-block {
  background-image: url('../images/Mask-group-5.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 31px;
  margin-bottom: 60px;
  padding-left: 35px;
}

.rt-home-two-footer-call-block.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-home-two-footer-call-block.rt-margin-top-second {
  background-image: url('../images/Mask-group-6.svg');
  margin-top: 20px;
  margin-bottom: 0;
}

.rt-quick-link-left {
  flex: 1;
}

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

.rt-circle-social-link {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .5s;
  display: flex;
}

.rt-circle-social-link:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-header-social-block {
  grid-column-gap: 10px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.rt-home-three-footer-right {
  flex: 1;
  max-width: 28%;
  padding-left: 5%;
}

.rt-home-three-footer-left {
  grid-column-gap: 40px;
  flex: 1;
  max-width: 28%;
}

.rt-home-one-flex-block {
  justify-content: space-between;
  align-items: flex-start;
}

.rt-home-one-flex-block.rt-home-three-footer-flex-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
}

.rt-quick-link-right {
  flex: 1;
  align-self: flex-end;
}

.rt-footer-link-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-decoration: none;
}

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

.rt-home-three-footer-middle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex: 1;
  align-items: center;
  padding-left: 1%;
  padding-right: 1%;
}

.rt-footer-menu-block {
  grid-row-gap: 20px;
  margin-top: 32px;
}

.rt-home-three-footer-block {
  grid-column-gap: 40px;
  border-bottom: 1px solid #0003;
  justify-content: center;
  padding-bottom: 50px;
}

.rt-footer-link-2 {
  color: #bcc1d5;
  flex-direction: column;
  align-items: flex-start;
  height: 24px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rt-home-three-footer-social {
  align-items: center;
  display: flex;
}

.rt-text-normal {
  font-weight: 400;
}

.div-block-4 {
  background-color: #1c1a3f;
  padding: 2rem 4rem;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.text-block-8 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  margin-bottom: 3rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-bottom: 2rem;
  display: flex;
}

.link-block-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.link-block-3:hover {
  color: #d1852e;
}

.text-block-9 {
  text-align: center;
  font-size: 1rem;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

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

.rt-home-one-cta {
  background-image: url('../images/CTA-bg-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 130%;
  position: absolute;
  inset: auto 0%;
}

.rt-details-col {
  width: 30%;
}

.rt-thumb-icon-block {
  position: absolute;
  top: -30px;
  right: -30px;
}

.rt-heading-col {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 49%;
  display: flex;
}

.rt-details-block {
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
}

.rt-interest-flex {
  grid-column-gap: 165px;
  grid-row-gap: 165px;
  align-items: center;
  max-width: 1097px;
  display: flex;
}

.rt-main-block {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-main-block.rt-interest-block {
  background-image: url('../images/interest-bg.webp');
  background-size: cover;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 60px;
  overflow: hidden;
}

.rt-main-block.rt-interest-block.rt-home-one-cta {
  background-image: url('../images/Cta-background.webp');
  background-position: 50%;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.rt-main-block.rt-interest-block.rt-home-one-cta.rt-cta-nine {
  width: 100%;
  position: static;
}

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

.rt-interest {
  margin-left: auto;
  margin-right: auto;
}

.rt-text-light-grey {
  color: #d3cedc;
}

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

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

.div-block-7 {
  height: 90svh;
  display: none;
}

.hero-wrapper {
  flex-flow: column;
  padding: 4rem 4rem 3rem;
  display: flex;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-block-11 {
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-block-12 {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  text-align: center;
  align-self: auto;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-8 {
  border: 1px solid #b2882c;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 3rem;
  padding: 1.5rem 2rem;
  display: flex;
}

.text-block-13 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.link-block-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 1rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .25s;
}

.link-block-4:hover {
  background-color: #41325f;
}

.bold-text-4 {
  font-weight: 400;
}

.background-video {
  z-index: 1;
  background-color: #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 35rem;
  margin-bottom: 3rem;
  padding: 2rem 4rem;
  display: flex;
}

.play-pause-button {
  display: block;
}

.div-block-9 {
  background-color: #131218b3;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  margin-bottom: 0;
  position: relative;
}

.text-span {
  color: #d1913c;
  font-weight: 700;
}

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

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

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

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

.rt-information-section-main-wrapper-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-two-services-card-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #101a330a;
  border: 1px solid #fff3;
  border-radius: 10px;
  padding: 30px 20px 30px 37px;
  transition: border .35s;
  position: relative;
  overflow: hidden;
}

.rt-home-two-services-card-2:hover {
  border-color: #fff;
}

.rt-service-information-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/BG-img_1BG img.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  padding: 30px 15px;
  overflow: hidden;
}

.rt-number-block-2 {
  color: #3330;
  letter-spacing: -.3125px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5a5b5b;
  overflow-wrap: normal;
  margin-bottom: 15px;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 3rem;
}

.rt-number-block-2.rt-number-blok-two {
  -webkit-text-stroke-color: white;
  margin-bottom: 20px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
}

.rt-information-right-part-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-services-card-inside-round-2 {
  background-color: #992b1178;
  border-radius: 100%;
  width: 115px;
  height: 115px;
  display: none;
  position: absolute;
  top: -14%;
  bottom: auto;
  right: -12%;
  overflow: visible;
  box-shadow: 0 4px 4px #00000040;
}

.rt-services-card-inside-box-2 {
  margin-top: 116px;
}

.rt-rating-image-icon-2 {
  z-index: 10;
  width: 3.5rem;
  height: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 11% 10% auto auto;
}

.image {
  z-index: 10;
  width: 5rem;
  margin-left: auto;
  display: block;
  position: absolute;
  top: 11%;
  right: 10%;
}

.image-2 {
  width: 3.5rem;
  display: block;
  position: absolute;
  top: 11%;
  right: 10%;
}

.image-3 {
  align-self: flex-start;
  width: 3.5rem;
  display: block;
  position: absolute;
  inset: auto;
}

.submit-button {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  border-radius: 10px;
  align-self: center;
  width: 10rem;
  height: 3rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: visible;
}

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

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

.rt-change-padding {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

.rt-display-off {
  display: none;
}

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

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

.rt-menu-icon {
  filter: invert();
}

.rt-menu-icon.rt-dropdown-arrow {
  margin-top: 3px;
}

.rt-header-2 {
  background-color: #fff;
  position: relative;
}

.rt-header-2.rt-change-padding {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
}

.rt-button-circle-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-circle-block.rt-overflow-off {
  flex: none;
}

.rt-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-nav-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.rt-arrow-white-2 {
  position: relative;
}

.rt-button-circle-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.rt-button-main-7 {
  color: #fff;
  letter-spacing: .0625em;
  text-transform: capitalize;
  background-color: #0000;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  position: relative;
}

.rt-button-main-7.rtcolor-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-dropdown-list-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 260px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-4.w--open {
  display: flex;
}

.rt-dropdown-list-4.rt-display-off {
  display: none;
}

.rt-dropdown-toggle-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
}

.rt-agentic {
  z-index: 99;
}

.rt-button-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 18px;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: 5px 20px 5px 25px;
  display: grid;
}

.rt-button-13.rt-underline-off-2.rtresponsive-display-off {
  grid-template-columns: auto 30px;
}

.rt-hamburger {
  z-index: 9;
  position: relative;
}

.rt-menu-hamburger-main {
  display: none;
}

.rt-menu-font {
  color: #0d1018;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-menu-font.rt-menu-font-small {
  font-size: 14px;
  line-height: 24px;
}

.rt-menu-font.rt-menu-font-small:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-responsive-display-off {
  z-index: 9;
}

.link-block-5 {
  background-image: linear-gradient(225deg, var(--radiant-ui-components-library-marketplace--color--heading-dark) 14%, #5d4d7e 90%, #8875af);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-5:hover {
  background-image: linear-gradient(225deg, var(--radiant-ui-components-library-marketplace--color--heading-dark) 80%, #5d4d7e 100%, #8875af);
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-heading-two.rt-margin-bottom-fiftee {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.rt-change-font {
  font-weight: 300;
}

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

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

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-title-top.rt-margin-bottom-ten-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-accordion {
  width: 100%;
}

.rt-pricing-faq-main {
  z-index: 9;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-dropdown-list-2 {
  background-color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  position: relative;
  overflow: hidden;
}

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

.rt-pricing-faq-title {
  max-width: none;
}

.rt-pricing-faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ffffff1a;
  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: solid;
}

.rt-pricing-faq-line-one, .rt-pricing-faq-line-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  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: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.body {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #6954b4;
  background-image: url('../images/Gradient-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4rem;
  display: grid;
}

.div-block-12 {
  height: auto;
}

.text-block-14 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  line-height: 1.2;
}

.price {
  color: #fff;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.bold-text-5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.text-span-2 {
  color: #9b9a9a;
  font-size: 1.2rem;
}

.link-block-6 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 2rem;
  padding: .7rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .25s;
}

.link-block-6:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-14 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  order: 0;
  margin-bottom: 1rem;
  display: flex;
}

.text-block-15 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-16 {
  color: #b8b8b8;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-span-3 {
  color: #1e134d;
}

.text-block-17 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 80%;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.start {
  background-image: linear-gradient(225deg, var(--radiant-ui-components-library-marketplace--color--heading-dark) 35%, #5f4f80 70%, #8875af);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.start:hover {
  background-image: linear-gradient(225deg, var(--radiant-ui-components-library-marketplace--color--heading-dark) 60%, #5f4f80 93%, #8875af);
}

.text-block-18 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  flex: 0 auto;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1;
}

.image-4, .image-5, .image-6 {
  width: 3rem;
}

.div-block-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-16 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  display: flex;
}

.text-block-19 {
  color: #fff;
  flex: none;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.image-7 {
  height: 1.3rem;
}

.info {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  transition: border .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info:hover {
  border-color: #fff;
}

.div-block-17 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-span-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 700;
}

.div-block-18 {
  border: 1px solid #000;
  border-top-color: #818181;
  padding: 2rem 4rem;
  display: flex;
}

.text-block-20 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

@media screen and (min-width: 1280px) {
  .card {
    min-width: 85vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-navbar-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 185px 1fr;
    display: flex;
  }

  .rt-navbar-conmtact-and-humburgger {
    padding-left: 27px;
  }

  .form {
    flex-flow: column;
    align-self: auto;
    display: flex;
  }

  .col, .col.col-lg-6.col-md-12 {
    margin-bottom: 2rem;
  }

  .col.col-lg-8.col-md-10.col-sm-12 {
    flex-basis: 55%;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block {
    line-height: 1.5;
  }

  .small--spacer {
    height: 2rem;
  }

  .xsmall--spacer {
    height: 1rem;
  }

  .rt-inside-card-three-link {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-tag-wrapper {
    margin-bottom: 25px;
  }

  .rt-logistic-head-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rt-card-content-box {
    padding-bottom: 40px;
    padding-left: 70px;
  }

  .rt-white-card-box {
    position: absolute;
    inset: auto 0% 0%;
  }

  .rt-logistic-hrading-paragraph {
    width: 566px;
    margin-bottom: 40px;
  }

  .rt-logistic-card-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-logistic-box-paragraph {
    margin-bottom: 0;
  }

  .rt-black-round {
    z-index: 10;
    background-color: #000;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    display: flex;
  }

  .rt-logistic-card-box {
    position: relative;
  }

  .rt-home-two-services-card {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .rt-heading-five-34 {
    font-size: 1.5rem;
  }

  .rt-pricing-one-hand-image {
    right: -2%;
  }

  .hero-wrapper {
    padding-bottom: 4rem;
  }

  .submit-button {
    align-self: center;
  }

  .rt-nav-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-category-cards-text-3 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .rt-pricing-faq-main {
    width: 80%;
  }

  .rt-pricing-faq-block {
    background-color: #ffffff1a;
  }

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

  .rt-pricing-faq-line-one, .rt-pricing-faq-line-two {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .body {
    background-position: 0%;
  }

  .div-block-11 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .card {
    flex: 1;
    min-width: 70vw;
    height: 70svh;
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .rt-navbar-contact-wrapper {
    display: flex;
  }

  .rt-navbar-wrapper-3 {
    grid-template-columns: 350px 1fr 350px;
    max-width: none;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .rt-brand-2 {
    padding-left: 15px;
  }

  .rt-vertical-align {
    flex-flow: column;
    display: flex;
  }

  .rt-navbar-conmtact-and-humburgger {
    border-left-style: solid;
  }

  .rt-nav-contact-number {
    height: 27px;
    overflow: hidden;
  }

  .form {
    width: 90%;
    display: flex;
  }

  .col.col-lg-8.col-md-10.col-sm-12 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 2.5rem;
  }

  .rt-component-container {
    max-width: none;
  }

  .rt-home-three-hover-card {
    padding-left: 60px;
    padding-right: 60px;
  }

  .rt-precision-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-home-two-services-card {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .rt-main-block.rt-interest-block {
    padding-left: 200px;
    padding-right: 200px;
  }

  .rt-description.rt-text-color-white.rt-cta-max-width {
    max-width: 392px;
  }

  .submit-button {
    align-self: center;
  }
}

@media screen and (min-width: 1920px) {
  .card {
    min-width: 80vw;
  }

  .rt-navbar-wrapper-3 {
    max-width: none;
    padding-left: 10svw;
    padding-right: 10svw;
  }

  .rt-brand-2.w--current {
    padding-left: 40px;
  }

  .rt-navbar-4 {
    z-index: 10;
  }

  .col.col-lg-8.col-md-10.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 4rem;
  }

  .rt-price-two-tab-contain-box {
    padding-bottom: 80px;
  }

  .rt-home-three-footer-middle {
    padding-left: 3%;
    padding-right: 3%;
  }

  .rt-heading-col {
    grid-row-gap: 21px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-interest {
    margin-left: auto;
    margin-right: auto;
  }

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

  .rt-header-2.rt-change-padding {
    z-index: 8;
  }

  .rt-dropdown-toggle-3 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 90vh;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .card {
    width: 75svw;
    min-width: 70vw;
  }

  .rt-menu-button {
    padding: 0;
  }

  .rt-menu-button.w--open {
    background-color: #c8c8c800;
  }

  .rt-hamburger-3 {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-left: 15px;
    display: flex;
  }

  .rt-menu-bar {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .rt-menu-bar.rt-bar-three {
    margin-bottom: 0;
  }

  .rt-dropdown-list-7 {
    border-style: none;
    padding-top: 0;
    position: static;
  }

  .rt-navbar-contact-wrapper {
    display: none;
  }

  .rt-dropdown-4 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .rt-navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    padding: .5rem 4rem;
  }

  .rt-brand-2 {
    height: 70px;
  }

  .rt-dropdown-link-3:hover {
    color: #000;
    transform: none;
  }

  .rt-dropdown-link-3.w--current {
    color: #15111c;
  }

  .rt-nav-menus {
    background-color: #f4e9ea;
    flex-flow: column;
    max-width: 100%;
    padding: 0;
    display: none;
    position: absolute;
    inset: 100% auto auto 0%;
  }

  .rt-dropdown-toggle-two {
    justify-content: space-between;
    align-items: center;
  }

  .rt-dropdown-list-wrapper {
    padding-left: 15px;
  }

  .form {
    margin-top: 0;
  }

  .col.col-lg-8.col-md-10.col-sm-12 {
    max-width: none;
  }

  .u-mb-0 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .text-block {
    font-size: 1.5rem;
    line-height: 1.3;
  }

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

  .rt-home-three-about-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .rt-home-three-about-view-button-wrapper, .rt-home-three-about-image-merquee-wrapper {
    display: none;
  }

  .rt-home-three-about-box.rt-padding-top-eighty, .rt-home-three-about-box.rt-padding-top-fourty {
    margin-top: 0;
  }

  .rt-home-three-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-branches-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .rt-branches-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-tag-wrapper {
    margin-bottom: 15px;
  }

  .rt-logistic-heading {
    margin-bottom: 22px;
  }

  .rt-logistic-hrading-paragraph {
    width: 100%;
    margin-bottom: 40px;
  }

  .rt-logistic-card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-information-section-main-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-two-services-card {
    padding-top: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rt-service-information-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-information-right-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-progress-number-one {
    font-size: 55px;
  }

  .rt-about-square-one-block {
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-main-block {
    padding-top: 1.6rem;
    display: block;
  }

  .rt-about-square-two-block {
    background-size: contain;
    margin-top: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-two-block.rt-hover-white-bg.rt-polygon-two {
    margin-left: 0;
  }

  .rt-about-square-three-block {
    margin-bottom: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-three-block.rt-hover-white-bg.rt-polygon-three {
    margin-left: 0;
  }

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

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

  .rt-auto-fit-12.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-home-one-highlight-item {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .rt-price-two-card-wrap {
    box-shadow: 0 10px 20px #98746f14;
  }

  .rt-price-two-hero-wrap {
    padding-bottom: 60px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-pricing-one-hand-image {
    display: none;
  }

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

  .text-block-6 {
    font-size: 4rem;
  }

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

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

  .rt-container-one-2 {
    max-width: 100%;
  }

  .rt-home-two-footer-call-block {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .rt-home-three-footer-right {
    max-width: 100%;
    padding-left: 2%;
  }

  .rt-footer-link-text {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .rt-home-three-footer-middle {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rt-footer-menu-block {
    margin-top: 20px;
  }

  .rt-home-three-footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .rt-details-col, .rt-heading-col {
    width: 100%;
  }

  .rt-interest-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-main-block.rt-interest-block {
    padding: 70px 50px;
  }

  .rt-main-block.rt-interest-block.rt-home-one-cta {
    width: auto;
  }

  .rt-interest {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-wrapper {
    padding: 3rem 2rem 2rem;
  }

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

  .background-video {
    height: 40rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-9 {
    height: auto;
  }

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

  .rt-information-section-main-wrapper-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-service-information-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image, .image-2, .image-3 {
    width: 3rem;
  }

  .rt-grid-2 {
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .rt-hamburger-line-three {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-hamburger-line-three.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger-line-one {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .rt-hamburger-line-one.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-button-13.rt-underline-off-2.rtresponsive-display-off {
    display: none;
  }

  .rt-haamburger-line-two {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-haamburger-line-two.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger {
    justify-content: flex-end;
    display: flex;
  }

  .rt-menu-hamburger-main {
    z-index: 99;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .rt-menu-hamburger-main.rt-padding-right-off {
    padding-right: 0;
  }

  .rt-responsive-display-off {
    display: none;
  }

  .rt-heading-two.rt-margin-bottom-fiftee {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .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;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .rt-pricing-faq-text {
    margin-bottom: 1.5rem;
  }

  .div-block-11 {
    margin-bottom: 2rem;
  }

  .price {
    font-size: 1.5rem;
  }

  .link-block-6, .div-block-14 {
    margin-bottom: 1rem;
  }

  .text-block-15 {
    font-size: 1rem;
  }

  .text-block-16 {
    font-size: .8rem;
  }

  .heading-4 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-19 {
    font-size: .8rem;
  }

  .info {
    margin-bottom: 1rem;
    padding-top: .5rem;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-18 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    min-height: 95svh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card {
    justify-content: center;
    align-items: center;
    width: 85svw;
    min-width: auto;
    height: 38rem;
    min-height: auto;
    padding-top: 0;
  }

  .rt-site-logo {
    width: 150px;
    height: auto;
  }

  .rt-navbar-wrapper-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .rt-brand-2 {
    height: auto;
  }

  .rt-brand-2.w--current {
    padding: 0;
  }

  .input {
    min-height: 48px;
  }

  .form {
    width: auto;
  }

  .col, .col.col-lg-6.col-md-12 {
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .col.col-lg-8.col-md-10.col-sm-12 {
    max-width: 80%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-success_flex {
    max-width: 340px;
  }

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

  .paragraph-xl {
    font-size: 1.125rem;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .small--spacer {
    height: 2rem;
  }

  .xsmall--spacer {
    height: 1.5rem;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 1rem;
  }

  .rt-home-three-about-main {
    grid-template-columns: 1fr;
  }

  .rt-auto-fit-5.rt-landskape-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-card-inside-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .rt-branches-list-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-tag-wrapper, .rt-tag-wrapper.rt-tab-view {
    margin-bottom: 18px;
  }

  .rt-logistic-heading {
    margin-bottom: 20px;
  }

  .rt-logistic-section-image {
    object-fit: cover;
    width: 100%;
  }

  .rt-logistic-card-wrapper, .rt-precision-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-information-right-part {
    grid-template-columns: 1fr;
  }

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

  .rt-feautures-card-overlay {
    height: 20%;
    bottom: -6%;
  }

  .rt-feautures-card-overlay.rt-card-orange-overlay {
    bottom: -5%;
  }

  .rt-features-cards {
    justify-content: flex-end;
    align-items: stretch;
    width: 100vw;
    max-width: none;
  }

  .rt-features-image {
    width: 100%;
  }

  .rt-features-information {
    padding-bottom: 10px;
  }

  .rt-marquee-train-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-auto-fit-12.rt-responsive-image-full-width {
    height: 100%;
  }

  .rt-heading-five-34 {
    font-size: 1.3rem;
  }

  .rt-price-two-card-wrap {
    box-shadow: 0 0 20px #98746f14;
  }

  .rt-price-one-feature-block.rt-price-two-feature-block {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .rt-price-two-tab-contain-box {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-pricing-three-price {
    border-left-style: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-pricing-three-plan-name {
    align-items: center;
  }

  .rt-pricing-three-plan {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .rt-pricing-three-plans-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

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

  .rt-container-one-2 {
    max-width: 100%;
  }

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

  .rt-header-social-block.rt-home-three-footer-social {
    align-self: flex-start;
  }

  .rt-home-three-footer-left {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .rt-home-three-footer-middle {
    text-align: left;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rt-home-three-footer-block {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-home-three-footer-social {
    margin-bottom: 2.375rem;
  }

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

  .background-video {
    height: 70rem;
  }

  .rt-autofit-4 {
    height: auto;
  }

  .rt-agentic {
    padding-left: 0;
  }

  .link-block-5 {
    padding: .75rem 1.2rem;
  }

  .rt-category-cards-text-3 {
    font-size: .9rem;
  }

  .rt-pricing-faq-main {
    width: 100%;
  }

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

  .price {
    margin-bottom: 1rem;
  }

  .heading-4 {
    font-size: 1.8rem;
  }

  .text-block-17 {
    margin-bottom: 1rem;
  }

  .start {
    padding: .75rem 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 95svh;
  }

  .card {
    background-color: #fff0;
    border-color: #0000;
    width: auto;
    height: 40rem;
  }

  .rt-site-logo {
    flex: 0 auto;
    width: 170px;
  }

  .rt-navbar-wrapper-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rt-brand-2.w--current {
    flex: 1;
    display: flex;
  }

  .form {
    margin-top: -3rem;
  }

  .col {
    flex-basis: 100%;
    order: 1;
    max-width: 100%;
  }

  .input-label {
    margin-bottom: 1.5rem;
  }

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

  .u-mb-0 {
    margin-bottom: 0;
  }

  .text-block {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .text-block-2 {
    font-size: .9rem;
  }

  .xsmall--spacer {
    height: 2rem;
  }

  .rt-home-three-hover-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-home-three-card-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-card-inside-image {
    margin-bottom: 30px;
  }

  .rt-tag-wrapper {
    margin-bottom: 16px;
  }

  .rt-logistic-heading {
    margin-bottom: 30px;
  }

  .rt-card-content-box {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .rt-white-box-overlay {
    transform: skew(-16deg);
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-home-two-services-card {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .rt-service-information-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-information-right-part {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-progress-number-one {
    font-size: 45px;
  }

  .rt-about-square-one-block, .rt-about-square-two-block, .rt-about-square-three-block {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .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-features-cards {
    width: 98vw;
  }

  .rt-features-information {
    padding-bottom: 20px;
  }

  .rt-heading-five-34 {
    font-size: 1rem;
  }

  .rt-price-two-card-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-superscript {
    font-size: .75rem;
  }

  .text-block-6 {
    font-size: 3rem;
  }

  .rt-home-two-footer-call-block {
    padding-left: 25px;
  }

  .rt-header-social-block.rt-home-three-footer-social {
    grid-column-gap: 30px;
  }

  .rt-home-three-footer-left {
    display: block;
  }

  .div-block-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-7 {
    font-size: 3rem;
  }

  .text-block-8 {
    font-size: 1rem;
  }

  .div-block-5 {
    width: auto;
  }

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

  .rt-main-block.rt-interest-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .text-block-11 {
    color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    font-size: 1rem;
    line-height: 1.5;
  }

  .div-block-8 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-13 {
    font-size: .8rem;
  }

  .link-block-4 {
    font-size: 1rem;
  }

  .background-video {
    height: 75rem;
  }

  .div-block-9 {
    background-color: #131218;
    flex-flow: column;
    display: flex;
  }

  .rt-service-information-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-information-right-part-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .submit-button {
    margin-top: 1.5rem;
  }

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

  .rt-agentic {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-5 {
    padding: .75rem 1rem;
    font-size: .9rem;
  }

  .rt-category-cards-text-3 {
    flex-flow: wrap;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .rt-heading-two.rt-margin-bottom-fiftee {
    margin-bottom: 1rem;
  }

  .rt-pricing-faq-block {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .rt-pricing-faq-block.rt-border-none {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-pricing-faq-line-two {
    display: none;
  }

  .rt-dropdown-toggle-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .link-block-6 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .heading-4 {
    font-size: 1.8rem;
  }

  .start {
    margin-bottom: 1rem;
  }

  .text-block-18 {
    line-height: 1.5;
  }

  .info {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: .9rem;
    line-height: 1.5;
  }

  .div-block-18 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#w-node-_45d87efb-fa91-8ae4-9b19-e2d6f6c179bb-580bac5b, #w-node-_7c671471-7206-86b5-30bf-b0198df768ed-8539056e {
  justify-self: end;
}

#w-node-_16d094b6-d8b5-b834-e0f8-69dddca20ff0-8539056e {
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-_16d094b6-d8b5-b834-e0f8-69dddca20ff0-8539056e {
    justify-self: start;
  }
}


