:root {
  --coschwarz: #000;
  --combine-library--grey-050: #f1f1f1;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--primary-600: #07294b;
  --combine-library--white: white;
  --combine-library--grey-600: #5f6570;
  --spark-library--black: black;
  --orange: #f28c29;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--light-steel-purple: #a695fb;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--color--stroke: #e3e3e3;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-secondary: #000000c2;
  --combine-library--secondary-600: #00a1c1;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
}

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

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

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

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

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

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

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

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--coschwarz);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-menu-icon_line-middle {
  background-color: var(--coschwarz);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-bottom {
  background-color: var(--coschwarz);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-nav5_component {
  background-color: var(--combine-library--grey-050);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-nav5_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav5_logo-link.w--current {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.combine-nav5_logo-link-mobile {
  display: none;
}

.combine-nav5_logo-link-mobile.w--current {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: none;
}

.combine-nav5_menu {
  align-items: center;
  display: flex;
}

.combine-nav5_menu-button {
  padding: .5rem;
}

.combine-nav5_logo {
  height: 100%;
  max-height: 3.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.combine-nav5_link {
  color: var(--coschwarz);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav5_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav5_logo-mobile {
  height: 100%;
  max-height: 2rem;
}

.combine-nav1_component {
  background-color: var(--combine-library--grey-050);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
}

.combine-nav1_link {
  color: var(--coschwarz);
  padding: .5rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown-toggle {
  color: var(--coschwarz);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-button-small {
  background-color: var(--combine-library--primary-600);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  margin-top: -12px;
  padding: 1.45rem 4.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #f28c28;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-white-small {
  background-color: var(--combine-library--white);
  color: var(--coschwarz);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav1_item {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-title {
  color: var(--coschwarz);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-block, .body {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-58px-heading {
  color: #000;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-hero-section-1 {
  background-color: #f3f3f3;
  background-image: url('../images/ahzr-hintergrundbild.png');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-review-text---18px---italic {
  color: #0d0e10e6;
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-review-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--orange);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-section {
  background-image: url('../images/ankauf-mobile-hover-foto.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 176px 64px 577px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  color: #092e50;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  border-style: none;
  border-color: var(--orange);
  background-color: var(--combine-library--primary-600);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--combine-library--grey-050);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--orange);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--combine-library--grey-050);
}

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

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--orange);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
  margin-top: 54px;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

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

.udesly-typewriter-effect {
  color: #092e50;
  text-align: left;
  margin-top: -80px;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

.rt-tag {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

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

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

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  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: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.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-heading-three.rt-text-white.rt-margin-bottom-fifteen {
  text-transform: none;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.rt-button-text-hover-in {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.rt-home-three-cta-contain-wrap {
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.rt-full-width.rt-container-small.rt-home-one-cta-contain {
  z-index: 5;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.rt-button-main-two {
  height: 26px;
  position: relative;
}

.rt-button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

.rt-button.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-home-three-cta-main-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1602px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 80px 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.rt-home-three-cta-contain-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 434px;
  display: flex;
}

.rt-home-one-cta-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-home-three-cta-background {
  background-image: url('../images/porsche-cayenne-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.rt-container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

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

.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-cta-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 110px;
}

.rt-button-text-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

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

.rt-text-center.rt-cta-paragraph {
  max-width: 600px;
}

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

.rt-hover-out-text {
  letter-spacing: 1px;
  position: absolute;
  transform: translate(0, 100%);
}

.rt-icon-out {
  position: absolute;
  transform: scale(0);
}

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

.rt-cta {
  z-index: 1;
  margin-top: -197px;
  margin-left: -1037px;
  position: relative;
}

.rt-hover-in-text {
  letter-spacing: 1px;
}

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

.rt-no-margin-top-bottom.rt-cta-heading {
  max-width: 516px;
}

.rt-cta-container {
  max-width: 1550px;
  padding-left: 15px;
  padding-right: 15px;
}

.code-embed {
  margin-top: 0;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-features-section-1 {
  background-color: #08294b;
}

.cf-features-section-1-block-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.cf-features-section-1-grid-cell.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.cf-58px-heading---white {
  color: #fff;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 110%;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

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

.udesly-typewriter-effect-2 {
  color: #fff;
  text-align: center;
  margin-top: -101px;
  padding-top: 0;
  font-size: 70px;
  line-height: 1;
}

.div-block {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.udesly-typewriter-effect-3 {
  color: #fff;
  text-align: center;
  margin-top: -120px;
  font-size: 70px;
  line-height: 1;
}

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

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

.rt-component-section-2.rt-marquee-testemonial.rt-testemonial-v-eight {
  padding-top: 23px;
}

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

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

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

.rt-text-white-2.rt-margin-top-twenty-2.rt-marquee-paragraph {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  max-width: 359px;
}

.rt-star-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 10px;
}

.rt-home-two-testimonial-heading-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

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

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

.rt-tab-full-width-height-auto-2 {
  z-index: 5;
  object-fit: cover;
}

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

.rt-home-two-testimonial-paragraph {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  max-width: 528px;
}

.rt-home-two-testimonial-slider-contain-wrap {
  flex: 0 86%;
}

.rt-tab-full-width-height-auto {
  object-fit: cover;
}

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

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

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

.rt-home-two-testimonial-slider-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5fb;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  flex: none;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 40px;
}

.rt-home-two-testimonial-heading {
  color: var(--combine-library--primary-600);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

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

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

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

.rt-margin-top-twenty-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.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-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 5rem;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--radiant-ui-components-library-marketplace--color--theme-color), var(--radiant-ui-components-library-marketplace--color--theme-color));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

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

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

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

.rt-textarea-4 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke);
  color: #072032;
  background-color: #f3f3f3;
  border-radius: 5px;
  min-height: 100px;
  font-size: 16px;
  line-height: 28px;
}

.rt-textarea-4::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-form-three-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-text-field-4 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke);
  color: #072032;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 19px;
  font-size: 16px;
}

.rt-text-field-4::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 16px;
}

.rt-client-text {
  color: #072032;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.rt-contact-number-one {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.rt-contact-number-one.rt-flex-gap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.rt-form-row-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.rt-social-media-box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.rt-main-contact-form {
  background-color: #f5f5fb;
  border-radius: 20px;
  max-width: 570px;
  padding: 54px 40px 60px;
}

.rt-main-contact-form.rt-form-full-width {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
}

.rt-footer-one-social-media-icons {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.rt-location-icon {
  margin-top: 8px;
}

.rt-form-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.rt-contact-link-one {
  color: #6376a0;
}

.rt-contact-three-left-box {
  max-width: 500px;
  overflow: hidden;
}

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

.rt-contact-links.rt-links-two {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-footer-one-icon-hover-in {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  transition: all .25s;
}

.rt-footer-one-icon-hover-in:hover {
  transform: translate(0, -5px);
}

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

.rt-contact-box-one.rt-contac-three-box-one {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.rt-contact-three-heading {
  padding-bottom: 20px;
}

.rt-contact-three-heading.rt-contact-v7-heading {
  max-width: 420px;
}

.rt-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 13px 40px;
  font-size: 15px;
}

.rt-contact-line {
  background-color: #cddcff;
  width: 100%;
  height: 1px;
  margin-top: 31px;
  margin-bottom: 40px;
}

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

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

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

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

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

.rt-all-btn.rt-padding-zero.rt-btn-color-midnight-blue {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

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

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

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

.rt-home-four-support-card.rt-radius-twenty {
  border-radius: 20px;
}

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

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

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

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

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

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
}

.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-component-section-3.rtpadding-bottom-none {
  padding-bottom: 0;
}

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

.rt-sticky-2 {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-sticky-2.rt-tab-sticky-off.rttext-black {
  color: var(--combine-library--primary-600);
  font-family: Montserrat, sans-serif;
  font-size: 42px;
}

.rt-team-two-work-process-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info-2 {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-3 {
  color: var(--combine-library--primary-600);
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

.rt-service-process-step-3 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-3.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-3.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-3 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-4 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--radiant-ui-components-library-marketplace--color--theme-color), var(--radiant-ui-components-library-marketplace--color--theme-color));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

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

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

.rt-heading-six-2.rt-margin-bottom-ten-2 {
  color: var(--spark-library--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.rt-padding-bottom-ten-2 {
  color: var(--spark-library--white);
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

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

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

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

.rt-all-btn-2.rt-padding-zero.rt-btn-color-midnight-blue {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

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

.rt-old-btn-text-3 {
  color: var(--spark-library--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

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

.rt-home-four-support-card-2.rt-radius-twenty {
  background-color: #07294b;
  border-radius: 20px;
}

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

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

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

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

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

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-primary-background {
  z-index: 2;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--spark-library--white);
  border-radius: 12px;
  padding: 64px;
}

.spark-container-2.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-section-2 {
  width: 100%;
  padding: 0 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-section-2.spark-shortened {
  padding-bottom: 64px;
}

.spark-section-2 h4 {
  color: #07294b;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

.spark-section-2 h1 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  color: var(--combine-library--primary-600);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button-2.spark-dark-button:hover {
  opacity: .5;
}

.spark-button-2.spark-light-button {
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  min-height: 0;
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-light-button:hover {
  background-color: var(--orange);
  color: var(--spark-library--foreground-interactive);
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-flex-row-2.spark-24px-row-spacing {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph-2.spark-secondary-font-color {
  color: var(--orange);
  margin-bottom: 0;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--orange);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-absolute-dark-background {
  background-color: var(--spark-library--foreground-interactive-hover);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-logos-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-logos-contain-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.cf-logo-images-2 {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.cf-logo-22px-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-logo-section-2 {
  background-color: #07294b;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-logo-2---wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logos-2--wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-logos-2---image-contain {
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.cf-logo-image {
  opacity: .8;
  object-fit: contain;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-body---18px {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  color: #fff;
  margin-bottom: 32px;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-different-section {
  background-color: #07294b;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: #fff;
}

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

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

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

.rt-color-dust.rt-align-center.rt-change-size {
  font-size: 1.375rem;
  line-height: 2.125rem;
}

.rt-left-arrow-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-block {
  max-width: 1082px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-home-three-testimonials-clients-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image-main.rt-chnage-opacity {
  opacity: .5;
}

.rt-testimonials-three-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rt-home-three-testimonials-text {
  text-align: center;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.rt-testimonials-three-primary-block {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.rt-testimonials-three-line {
  background-image: repeating-linear-gradient(#fff0, #ffffff1a 50%, #fff0);
  width: 2px;
}

.rt-testimonials-three-slider {
  background-color: #ddd0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
}

.rt-testimonials-three {
  background-image: url('../images/feedback.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 15px;
  position: relative;
}

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

.rt-testimonials-three-wrapper {
  justify-content: center;
  align-items: stretch;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-home-three-testimonials-arrow {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.rt-right-arrow-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image.rt-padding-bottom-fifty {
  padding-bottom: 50px;
}

.rt-testimonials-three-clients-image.rt-padding-bottom-fifty.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-border-radius-hundred {
  border-radius: 100%;
}

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

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

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

.cf-image.contain {
  object-fit: contain;
}

.cf-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-nav-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
  position: relative;
}

.cf-testimonial-text-wrapper {
  margin-top: 25px;
}

.cf-testimonial-person-image {
  transform-origin: 50%;
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.cf-testimonial-person-image.cf-slide-author {
  background-image: url('../images/joanna-nix-walkup-h2pnxhmz8ym-unsplash.jpg');
}

.cf-testimonial-person-image.cf-slide-author.current {
  background-image: url('../images/t-roc.png');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author5 {
  background-image: url('../images/imansyah-muhamad-putera-kchiv_gdy6u-unsplash.jpg');
}

.cf-testimonial-person-image.slide-author5.current {
  background-image: url('../images/bmw.png');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author3 {
  background-image: url('../images/image-15.png');
}

.cf-testimonial-person-image.slide-author3.current {
  background-image: url('../images/vw.png');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author2 {
  background-image: url('../images/image-min-3.png');
}

.cf-testimonial-person-image.slide-author2.current {
  background-image: url('../images/mercedes.png');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author1 {
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
  width: 38px;
  height: 38px;
}

.cf-testimonial-person-image.slide-author1.current {
  background-image: url('../images/porsche.png');
  width: 80px;
  height: 80px;
}

.cf-testimonial-slider-mask {
  height: auto;
  padding-top: 70px;
}

.cf-testimonial-slide {
  text-align: center;
  border-radius: 18px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.cf-testimonial-slider-arrow-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 11px;
  display: flex;
}

.cf-testimonial-person-designation-text {
  color: #6f6a80;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.cf-testimonial-person-designation-text.slide-current-author {
  width: 200%;
  display: block;
}

.testimonial-person-images-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-testimonial-person-name-text {
  color: #0f072c;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.cf-testimonial-person-name-text.slide-current-author {
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.cf-testimonial-heading-wrapper {
  max-width: 700px;
}

.cf-section-placeholder {
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-section-placeholder.testimonial {
  margin-top: -50px;
}

.cf-testimonial-slider-content-wrapper {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 10% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px #b1b6c940;
}

.cf-testimonial-slider-right-arrow {
  background-color: #0f072c;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  right: 10%;
}

.cf-text-block {
  color: #6f6a80;
  font-family: Montserrat, sans-serif;
}

.cf-text-block._24-px {
  color: #0f072c;
  font-size: 24px;
  line-height: 150%;
}

.cf-testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.cf-testimonial-arrow {
  z-index: 80;
  background-color: #fff;
  width: 30px;
  height: 40px;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-45deg);
}

.cf-testimonial-person {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.cf-testimonial-person.slide-current-author {
  justify-content: center;
  max-width: 100px;
}

.cf-testimonial-slider-left-arrow {
  background-color: #200e32;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  left: 10%;
}

.hide {
  display: none;
}

.cf-quotation-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.cf-testimonial-container {
  background-image: url('../images/g10-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850.844px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.cf-testimonial-top-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-error-message {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-newsletter-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form {
  display: flex;
}

.cf-newsletter-form-block {
  flex-direction: row;
  margin-bottom: 0;
  display: block;
}

.cf-forms-section-2 {
  background-color: #07294b;
  margin-top: 100px;
  margin-bottom: 100px;
}

.cf-form-text {
  color: #fffc;
  margin-top: 24px;
  font-size: 18px;
  line-height: 156%;
}

.cf-submit-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #f28c29;
  background-image: url('../images/arrow-right-2.svg');
  background-position: 85% 53%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.cf-submit-button:hover {
  background-color: #ff5e69;
}

.cf-h2-white-heading-center {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-newsletter-text-field {
  color: #fff;
  background-color: #0d0e10;
  background-image: url('../images/envelopesimple-white.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 56px;
  width: 450px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 16px 28px 20px 66px;
  font-size: 20px;
  line-height: 150%;
}

.cf-newsletter-text-field:focus {
  border-color: #ff5e6966;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-main-wrapper {
  background-color: #07294b;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #f28c29;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-section-1 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.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-link-text.rt-capitalized.rt-change-size.rt-change-color {
  color: #5a5a5a;
  transition: color .35s;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.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-5 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-footer-three-logo {
  flex: 1;
  margin-bottom: 40px;
}

.rt-footer-three-logo-and-social-media {
  padding-top: 8px;
}

.rt-footer-three-main {
  grid-column-gap: 95px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-footer-three-social-media-icons {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
}

.rt-footer-three-social-media-icons:hover {
  background-color: #2b3647;
}

.rt-footer-two-bottom-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-footer-bottom-text {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.rt-button-text-3 {
  z-index: 1;
  text-transform: capitalize;
  position: relative;
}

.rt-footer-three-description {
  max-width: 328px;
  font-size: 17px;
  line-height: 27px;
}

.rt-footer-two-bottom {
  text-align: center;
  border-top: .5px solid #6fa8ff80;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rt-footer-two-bottom.rt-gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-footer-three-contact-links-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.rt-footer-menu-links {
  grid-column-gap: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-button-6 {
  z-index: 99;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  transform-origin: 0 0;
  color: #11171b;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 30px 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-footer-three-social-media-icons-wrap {
  grid-column-gap: 10px;
  margin-top: 30px;
}

.rt-footer-three-title {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-footer-three-contact-links-icon {
  flex: none;
}

.rt-footer-three-contact-links {
  grid-column-gap: 25px;
  max-width: 250px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-button-overlay-4 {
  z-index: -1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.7)translate(0, 150%);
}

.rt-button-overlay-4.rt-three {
  left: 50%;
}

.rt-button-overlay-4.rt-four {
  left: 75%;
}

.rt-button-overlay-4.rt-two {
  left: 25%;
}

.rt-location-icon-2 {
  margin-top: 8px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-footer-bottom {
  background-color: var(--orange);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-top-border {
  border-top: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
}

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links.spark-centered-row {
  justify-content: center;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-centered-content {
  text-align: center;
}

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

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-button-small-2 {
  background-color: var(--coschwarz);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small-2:hover {
  background-color: #28364ae6;
}

.combine-menu-icon_line-top-2 {
  background-color: var(--coschwarz);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-menu-icon_line-middle-2 {
  background-color: var(--coschwarz);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-bottom-2 {
  background-color: var(--coschwarz);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-nav4_component {
  background-color: var(--combine-library--grey-050);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-nav4_menu {
  border-bottom: 1px solid var(--combine-library--grey-200);
  background-color: var(--combine-library--grey-050);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.combine-nav4_menu-button {
  padding: .5rem;
}

.combine-nav4_menu-button.w--open {
  background-color: #0000;
}

.combine-nav4_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav4_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav4_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav4_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav4_link {
  color: var(--coschwarz);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav4_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav4_dropdown {
  color: var(--coschwarz);
  flex-direction: column;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-nav4_dropdown-toggle {
  justify-content: flex-start;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-size: .875rem;
  transition: color .25s;
}

.combine-nav4_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav4_dropdown-list {
  background-color: var(--combine-library--grey-050);
}

.combine-nav4_dropdown-list.w--open {
  background-color: #0000;
  position: static;
}

.combine-nav4_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav4_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--grey-050);
  align-items: center;
  display: flex;
}

.combine-nav4_dropdown-column {
  min-width: 10rem;
}

.combine-nav5_component-2 {
  background-color: var(--combine-library--grey-050);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-nav5_container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav5_logo-link-2.w--current {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.combine-nav5_logo-link-mobile-2 {
  display: none;
}

.combine-nav5_logo-link-mobile-2.w--current {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: none;
}

.combine-nav5_menu-2 {
  align-items: center;
  display: flex;
}

.combine-nav5_menu-button-2 {
  padding: .5rem;
}

.combine-nav5_logo-2 {
  height: 100%;
  max-height: 3.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.combine-nav5_link-2 {
  color: var(--coschwarz);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav5_link-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav5_logo-mobile-2 {
  height: 100%;
  max-height: 2rem;
}

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

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

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-counter.rt-home-three-work-countar-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  height: 80px;
  font-weight: 400;
  overflow: hidden;
}

.rt-home-three-work-countar-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  letter-spacing: -.5px;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.rt-home-three-work-card-top-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 19px;
}

.rt-home-three-work-card {
  align-items: stretch;
}

.rt-home-three-work-card-counter-line {
  opacity: .2;
  background-color: #797a8c;
  width: 100%;
  min-height: 1px;
  margin-bottom: 5px;
}

.rt-home-three-who-we-are-counter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.rt-heading-six-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  padding-top: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 32px;
}

.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-component-section-4.rt-icon-box-v-six {
  padding-top: 30px;
  padding-bottom: 70px;
}

.rt-home-two-award-date-box {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
  display: flex;
}

.rt-heading-five-48 {
  color: #1f2e54;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

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

.rt-home-body-text {
  color: #444655;
  font-size: 16px;
  line-height: 28px;
}

.rt-home-two-award-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.rt-home-two-award-item {
  padding-right: 40px;
}

.rt-home-two-award-item.rt-item-two {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding-left: 40px;
}

.rt-home-two-award-item.rt-item-three {
  padding-left: 40px;
  padding-right: 0;
}

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

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

.rt-component-section-5.rt-gallery-v-four {
  padding-bottom: 20px;
}

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

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

.rt-full-width-2.rt-auto-fit {
  object-fit: cover;
}

.rt-full-width-2.rt-auto-fit.rt-full-height, .rt-full-width-2.rt-full-height {
  height: 100%;
}

.rt-full-width-2.rt-portfolio-three-custome-image {
  object-fit: cover;
}

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

.rt-portfolio-three-card-main-wrap-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.rt-tag-five {
  letter-spacing: 0;
  font-family: Outfit;
  font-size: 14px;
  line-height: 24px;
}

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

.rt-portfolio-three-card-main-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
}

.rt-portfolio-three-card {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-three-card.rt-portfolio-three-card-middle-one {
  width: 100%;
  max-width: 850px;
  height: auto;
}

.rt-portfolio-three-card.rt-portfolio-three-card-meddle-two {
  width: 100%;
  max-width: 410px;
}

.rt-portfolio-three-card-contain-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  pointer-events: none;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10px 23px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.cf-wrapper-1161 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1161.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-body---18px-2 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px-2.white {
  color: #07294b;
  font-weight: 700;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-upper-container {
  color: #07294b;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-section {
  color: #fff;
  background-color: #fff;
  position: relative;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-h3-heading-40px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px-2.white {
  color: #07294b;
  font-size: 22px;
}

.cf-yellow-king-text-span {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.link {
  color: #fff;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.combine-text-weight-semibold {
  color: var(--coschwarz);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2 {
  color: var(--coschwarz);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-section_feature1 {
  background-color: var(--combine-library--grey-050);
}

.combine-feature1_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-feature1_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-feature1_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature1_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-feature1_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature1_image {
  object-fit: cover;
}

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

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

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

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

.rt-hero-button-image {
  filter: invert();
}

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

.rt-hero-sub-heading.rt-header-font {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-hero-heading {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  max-width: 600px;
  margin-bottom: 30px;
}

.rt-hero-heading.rt-banner-one-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.rt-hero-text-section {
  max-width: 650px;
}

.rt-hero-sub-heading-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-one-small-divider {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 74px;
  height: 1px;
}

.rt-button-five-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five-2.rt-banner-one-button {
  border-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  height: 58px;
}

.rt-button-five-2.rt-banner-one-button.rt-button-blue {
  border-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-hero-button-icon-two-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 15px;
  display: flex;
}

.rt-hero-button-icon-two-2.rt-blue-background {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

@media screen and (min-width: 1280px) {
  .spark-section h1, .udesly-typewriter-effect {
    font-size: 4rem;
  }

  .rt-main-contact-form.rt-form-full-width {
    max-width: 570px;
  }

  .rt-contact-three-left-box {
    max-width: 600px;
  }

  .rt-category-cards-text-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .rt-body-font-color-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .rt-sticky-2.rt-tab-sticky-off.rttext-black {
    color: var(--combine-library--primary-600);
  }

  .rt-team-two-process-block-left-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .rt-service-step-number-3 {
    color: var(--combine-library--primary-600);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .rt-heading-six-2.rt-margin-bottom-ten-2 {
    color: var(--spark-library--white);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .rt-padding-bottom-ten-2 {
    color: var(--spark-library--white);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .rt-old-btn-text-3 {
    color: var(--combine-library--white);
    text-transform: none;
    font-family: Montserrat, sans-serif;
  }

  .rt-home-four-support-card-2.rt-radius-twenty {
    -webkit-text-stroke-color: var(--combine-library--primary-600);
    background-color: #07294b;
  }

  .spark-container-2.spark-primary-background {
    background-color: var(--spark-library--white);
  }

  .spark-section-2 h2 {
    color: var(--combine-library--primary-600);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .spark-section-2 h4 {
    font-size: 2rem;
    font-weight: 800;
  }

  .spark-section-2 h1 {
    color: #fff;
  }

  .cf-logo-section-2 {
    background-color: #07294b;
  }

  .cf-body---18px {
    color: #fffc;
  }

  .cf-h3-heading-40px.margin-bottom-32px {
    color: #fff;
  }

  .cf-different-section {
    background-color: #07294b;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    color: #fff;
  }

  .cf-testimonial-person-image.cf-slide-author.current {
    background-image: url('../images/t-roc.png');
  }

  .cf-testimonial-person-image.slide-author5.current {
    background-image: url('../images/bmw.png');
  }

  .cf-testimonial-person-image.slide-author3.current {
    background-image: url('../images/vw.png');
  }

  .cf-testimonial-person-image.slide-author2.current {
    background-image: url('../images/mercedes.png');
  }

  .cf-testimonial-person-image.slide-author1.current {
    background-image: url('../images/porsche.png');
  }

  .cf-testimonial-container {
    position: relative;
  }

  .cf-newsletter-wrapper, .cf-forms-section-2 {
    background-color: #07294b;
  }

  .cf-submit-button {
    background-image: url('../images/arrow-right-2.svg'), linear-gradient(150deg, #f29030 20% 60%, #ff8a56 80%, #ffa84b);
    background-position: 85% 53%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .cf-form-main-wrapper {
    background-color: #07294b;
  }

  .cf-form-section-1 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .spark-section {
    padding-bottom: 200px;
  }

  .rt-component-section {
    padding-top: 0;
  }

  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-cta-wrapper {
    padding-top: 135px;
    padding-bottom: 145px;
  }

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

  .rt-home-two-testimonial-heading {
    font-weight: 800;
  }

  .rt-body-font-color {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .rt-category-cards-text {
    color: var(--combine-library--primary-600);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    color: var(--combine-library--primary-600);
    font-family: Montserrat, sans-serif;
  }

  .rt-service-step-number-2 {
    color: var(--combine-library--primary-600);
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .rt-home-four-support-grid.rt-home-four-support-grid-two {
    -webkit-text-stroke-color: #b80000;
  }

  .rt-category-cards-text-2 {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 800;
  }

  .rt-body-font-color-2 {
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 500;
  }

  .rt-sticky-2.rt-tab-sticky-off.rttext-black {
    color: var(--combine-library--primary-600);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .rt-service-step-number-3 {
    color: var(--combine-library--primary-600);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .rt-service-step-process-4 {
    background-image: linear-gradient(180deg, var(--combine-library--primary-600), var(--combine-library--primary-600));
  }

  .rt-heading-six-2.rt-margin-bottom-ten-2 {
    color: var(--combine-library--white);
    -webkit-text-stroke-color: var(--combine-library--white);
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 800;
  }

  .rt-padding-bottom-ten-2 {
    color: var(--combine-library--white);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .rt-old-btn-text-3 {
    color: var(--combine-library--white);
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .rt-home-four-support-card-2.rt-radius-twenty {
    background-color: #07294b;
  }

  .rt-btn-red-arrow-2 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
    background-color: #fff;
  }

  .spark-container-2.spark-primary-background {
    background-color: var(--combine-library--white);
  }

  .spark-section-2 h4 {
    color: #07294b;
    font-size: 30px;
    font-weight: 800;
  }

  .spark-section-2 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
  }

  .spark-section-2 h2 {
    color: var(--combine-library--primary-600);
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 900;
  }

  .spark-lightbox-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .spark-absolute-dark-background {
    background-color: var(--combine-library--primary-600);
    margin-bottom: -35px;
  }

  .text-block-2 {
    color: var(--spark-library--white);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 800;
  }

  .cf-logos-wrapper {
    margin-top: 101px;
    padding-bottom: 0;
  }

  .cf-body---18px {
    color: #fffc;
  }

  .cf-h3-heading-40px.margin-bottom-32px, .cf-different-upper-container {
    color: #fff;
  }

  .cf-different-section {
    background-color: #07294b;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    color: #fff;
  }

  .rt-category-cards-text-3 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .rt-color-dust.rt-align-center.rt-change-size {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .rt-testimonials-three.rt-overflow-off.rt-component-section {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ankaufsmobile-10.png');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
  }

  .cf-testimonial-person-image.cf-slide-author.current {
    background-image: url('../images/t-roc.png');
  }

  .cf-testimonial-person-image.slide-author5.current {
    background-image: url('../images/bmw.png');
  }

  .cf-testimonial-person-image.slide-author3.current {
    background-image: url('../images/vw.png');
  }

  .cf-testimonial-person-image.slide-author2.current {
    background-image: url('../images/mercedes.png');
  }

  .cf-testimonial-person-image.slide-author1.current {
    background-image: url('../images/porsche.png');
  }

  .cf-success-message {
    background-color: #f28c29;
  }

  .cf-forms-section-2 {
    background-color: #07294b;
  }

  .cf-submit-button {
    background-color: #f28c29;
    background-image: url('../images/arrow-right-2.svg'), linear-gradient(150deg, #f28c29 20%, #f28c29 60%, #ff8a56 80%, var(--orange));
    background-position: 85% 53%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .cf-newsletter-text-field {
    background-color: #fff;
  }

  .cf-form-main-wrapper {
    background-color: #07294b;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(90deg, #f28c2a 20%, #f28b29 60% 80%, #f28b29 90%);
  }

  .cf-form-section-1 {
    background-color: #fff;
  }

  .cf-error-message-dark {
    background-color: #ffb680;
  }

  .rt-heading-three-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .spark-footer-text.spark-foreground-secondary {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 600;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    justify-content: flex-end;
    align-items: center;
    margin-left: 646px;
  }

  .image, .combine-nav4_logo {
    max-width: 200%;
  }

  .rt-home-two-award-content {
    max-width: 376px;
  }
}

@media screen and (min-width: 1920px) {
  .spark-section {
    padding-bottom: 500px;
  }

  .rt-left-overlay {
    background-image: linear-gradient(90deg, var(--radiant-ui-components-library-marketplace--color--white), #1670f800);
    width: 20%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .rt-left-overlay.rt-right-overlay {
    background-image: linear-gradient(270deg, var(--radiant-ui-components-library-marketplace--color--white), #1670f800);
    left: auto;
    right: 0;
  }

  .rt-location-icon {
    margin-bottom: 15px;
  }

  .rt-share-icon {
    margin-bottom: 0;
  }

  .rt-contact-three-left-box {
    margin-top: -10px;
  }

  .rt-contact-icon {
    margin-top: 13px;
  }

  .rt-contact-box-one.rt-contac-three-box-one.rt-box-three {
    margin-top: 10px;
  }

  .rt-heading-six-2.rt-margin-bottom-ten-2 {
    text-transform: none;
  }

  .spark-section-2 h2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: block;
    position: static;
    left: auto;
  }

  .spark-hero-sub-paragraph-2.spark-secondary-font-color {
    font-size: 18px;
  }

  .spark-lightbox-button {
    box-shadow: none;
  }

  .rt-testimonials-three-main {
    grid-auto-columns: 1fr;
  }

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

  .rt-location-icon-2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav5_container {
    justify-content: space-between;
  }

  .combine-nav5_logo-link {
    display: none;
  }

  .combine-nav5_logo-link.w--current {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .combine-nav5_logo-link-mobile {
    display: block;
  }

  .combine-nav5_logo-link-mobile.w--current {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .combine-nav5_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .combine-nav5_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav5_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-section {
    background-position: 60%;
    background-size: auto;
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

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

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-home-three-cta-main-box {
    padding: 60px 30px 70px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: none;
  }

  .rt-cta-wrapper {
    padding: 50px 15px 60px;
  }

  .cf-features-section-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

  .rt-home-two-testimonial-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-tab-full-width-height-auto-2 {
    width: 100%;
    height: auto;
  }

  .rt-home-two-testimonial-slider-contain-wrap {
    flex-basis: 90%;
  }

  .rt-tab-full-width-height-auto {
    width: 100%;
    height: auto;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-form-three-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-client-text {
    font-size: 20px;
    line-height: 30px;
  }

  .rt-contact-number-one {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-main-contact-form {
    width: 100%;
    max-width: 700px;
  }

  .rt-main-contact-form.rt-form-full-width {
    max-width: none;
  }

  .rt-contact-three-left-box {
    width: 100%;
    max-width: none;
  }

  .rt-contact-box-one {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-four-support-card {
    flex-direction: column;
  }

  .rt-sticky-2.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block-2 {
    height: auto;
    display: block;
  }

  .rt-service-step-info-2 {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left-2 {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-home-four-support-card-2 {
    flex-direction: column;
  }

  .spark-container-2.spark-primary-background {
    padding: 32px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-2.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row-2.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph-2.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-logos-contain-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cf-logo-images-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-section {
    margin-bottom: 0;
    padding-bottom: 197px;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

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

  .cf-nav-wrapper {
    flex-direction: column;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    width: 90%;
    padding-bottom: 60px;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .cf-section-placeholder {
    margin-top: -60px;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-testimonial-slider-right-arrow {
    margin-top: 26%;
    top: 0%;
    right: 3%;
  }

  .cf-text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .cf-testimonial-slider {
    max-width: 700px;
  }

  .cf-testimonial-slider-left-arrow {
    margin-top: 26%;
    top: 0%;
    left: 3%;
  }

  .cf-testimonial-container {
    margin-top: 0;
  }

  .cf-form-text {
    text-align: center;
    width: 90%;
  }

  .cf-h2-white-heading-center {
    font-size: 30px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

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

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

  .rt-footer-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
  }

  .rt-footer-two-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 30px;
  }

  .rt-button-6 {
    z-index: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    flex-wrap: wrap;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav4_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav4_button-wrapper {
    margin-left: 2.5rem;
  }

  .combine-nav4_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav4_dropdown {
    width: 100%;
  }

  .combine-nav4_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav4_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav5_container-2 {
    justify-content: space-between;
  }

  .combine-nav5_logo-link-2 {
    display: none;
  }

  .combine-nav5_logo-link-2.w--current {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .combine-nav5_logo-link-mobile-2 {
    display: block;
  }

  .combine-nav5_logo-link-mobile-2.w--current {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .combine-nav5_menu-2 {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .combine-nav5_menu-button-2.w--open {
    background-color: #0000;
  }

  .combine-nav5_link-2 {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .rt-home-two-award-container {
    margin-top: 22px;
  }

  .rt-home-two-award-content {
    padding-top: 16px;
  }

  .rt-home-two-award-item {
    padding-right: 20px;
  }

  .rt-home-two-award-item.rt-item-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-two-award-item.rt-item-three {
    padding-left: 20px;
  }

  .rt-portfolio-three-card-main-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1161 {
    flex-direction: column;
  }

  .cf-wrapper-1161.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-body---18px-2 {
    line-height: 150%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .rt-hero-heading {
    margin-top: 10px;
    margin-bottom: 27px;
  }

  .rt-hero-text-section {
    max-width: 500px;
    padding-top: 52px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-bottom-right-container, .cf-top-left-contain {
    max-width: none;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 347px;
    padding-bottom: 88px;
  }

  .spark-section h1 {
    margin-top: -76px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

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

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-button-icon-wrapper {
    height: 50px;
  }

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

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 46px;
  }

  .udesly-typewriter-effect-3 {
    margin-top: -92px;
    font-size: 46px;
  }

  .rt-home-two-testimonial-slider-contain-wrap {
    flex-basis: 100%;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-client-text {
    font-size: 18px;
    line-height: 28px;
  }

  .rt-form-row-one {
    flex-flow: column;
  }

  .rt-social-media-box-2 {
    padding-bottom: 10px;
  }

  .rt-main-contact-form {
    width: 100%;
    max-width: 700px;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .rt-contact-box-one {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-four-support-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-service-step-number-3 {
    font-size: 4rem;
  }

  .rt-home-four-support-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-right {
    flex-direction: row;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .rt-left-arrow-two, .rt-testimonials-three-line {
    display: none;
  }

  .rt-testimonials-three {
    background-position: 50% 30%;
    background-size: contain;
  }

  .rt-home-three-testimonials-arrow, .rt-right-arrow-two {
    display: none;
  }

  .cf-nav-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .cf-testimonial-slider-mask {
    padding-top: 20px;
  }

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .cf-testimonial-slider-right-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .cf-text-block._24-px {
    font-size: 20px;
  }

  .cf-testimonial-slider-left-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .cf-testimonial-section-4 {
    overflow: hidden;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-newsletter-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-form {
    flex-direction: column;
    width: 100%;
  }

  .cf-newsletter-form-block {
    width: 90%;
    max-width: 400px;
  }

  .cf-form-text {
    text-align: center;
    font-size: 16px;
  }

  .cf-submit-button {
    background-position: 65% 53%, 0 0;
    width: auto;
    height: 70px;
    font-size: 20px;
  }

  .cf-h2-white-heading-center {
    font-size: 28px;
  }

  .cf-newsletter-text-field {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

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

  .rt-footer-two-bottom-wrapper {
    flex-flow: column;
  }

  .rt-footer-bottom-text {
    font-size: 15px;
    line-height: 25px;
  }

  .rt-footer-three-contact-links-wrap {
    margin-top: 40px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 20px;
  }

  .rt-button-6 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .rt-footer-three-title {
    grid-row-gap: 30px;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-template-columns: 1fr;
  }

  .rt-home-two-award-date-box {
    padding-top: 10px;
    padding-bottom: 4px;
  }

  .rt-home-two-award-container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-two-award-content {
    text-align: center;
    max-width: 400px;
    padding-top: 5px;
  }

  .rt-home-two-award-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-home-two-award-item.rt-item-two {
    border-left-style: none;
    border-right-style: none;
  }

  .rt-portfolio-three-card-main-wrap-two {
    flex-flow: column;
  }

  .rt-portfolio-three-card-main-wrap {
    grid-template-columns: 1fr;
  }

  .rt-portfolio-three-card.rt-portfolio-three-card-middle-one, .rt-portfolio-three-card.rt-portfolio-three-card-meddle-two {
    max-width: none;
  }

  .cf-wrapper-1161.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-body---18px-2 {
    font-size: 16px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-h3-heading-40px-2 {
    font-size: 22px;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature1_component {
    flex-direction: column;
  }

  .rt-hero-heading {
    max-width: 400px;
  }

  .rt-hero-text-section {
    padding-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-section {
    padding: 449px 20px 64px;
  }

  .spark-section h1 {
    color: #fff;
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-typewriter-effect {
    color: #fff;
    margin-top: -59px;
    font-size: 3rem;
  }

  .rt-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-icon-out {
    transform: none;
  }

  .rt-icon-in {
    opacity: 0;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 100px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-58px-heading---white {
    font-size: 40px;
  }

  .rt-home-two-testimonial-slider-image-wrap {
    width: 100%;
  }

  .rt-home-two-testimonial-slider-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

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

  .rt-contact-number-one {
    justify-content: center;
    align-items: center;
  }

  .rt-main-contact-form {
    padding: 32px 15px 26px;
  }

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

  .rt-form-block-4 {
    justify-content: center;
    align-items: center;
  }

  .rt-contact-links.rt-links-two {
    grid-template-columns: 1fr;
  }

  .rt-contact-box-one {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-contact-box-one.rt-contac-three-box-one {
    justify-content: center;
    align-items: center;
  }

  .rt-contact-three-heading {
    text-align: center;
  }

  .rt-service-step-info-2 {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-3.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-3 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-4 {
    display: none;
  }

  .spark-container-2.spark-primary-background {
    padding: 20px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 2rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .cf-logos-contain-2 {
    grid-row-gap: 40px;
  }

  .cf-logo-images-2 {
    width: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logos-2---image-contain {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .rt-testimonials-three-clients-image-main {
    display: none;
  }

  .rt-testimonials-three-main {
    display: block;
  }

  .rt-testimonials-three-slider {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-testimonials-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-testimonial-slider-mask {
    overflow: visible;
  }

  .cf-testimonial-person-designation-text.slide-current-author {
    width: 220%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cf-testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .cf-text-block._24-px {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-testimonial-slider {
    width: 100%;
  }

  .cf-testimonial-person {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cf-testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .cf-testimonial-slider-left-arrow {
    top: 30%;
    left: -4%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-submit-button {
    background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

  .cf-h2-white-heading-center {
    font-size: 24px;
  }

  .cf-newsletter-text-field {
    background-color: #fff;
    padding-left: 55px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-form-gradient-submit {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .rt-footer-three-main {
    flex-flow: column;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    align-items: center;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav4_button-wrapper {
    grid-column-gap: .5rem;
  }

  .combine-nav4_container {
    white-space: nowrap;
  }

  .combine-nav4_logo-link.w--current {
    align-items: center;
  }

  .rt-home-two-award-content {
    max-width: 100%;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-wrapper-1161.mission-flex {
    padding-bottom: 100px;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-h3-heading-40px-2 {
    font-size: 20px;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-feature1_wrapper {
    flex-direction: column;
  }
}

#w-node-_7959349a-1370-12cf-b95e-27be22606240-e9010cfa, #w-node-_7959349a-1370-12cf-b95e-27be22606251-e9010cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_043d349a-4723-452a-e794-df9033420699-33420693 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7959349a-1370-12cf-b95e-27be22606240-e8471d7d, #w-node-_7959349a-1370-12cf-b95e-27be22606251-e8471d7d, #w-node-_7959349a-1370-12cf-b95e-27be22606240-647f3296, #w-node-_7959349a-1370-12cf-b95e-27be22606251-647f3296 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_043d349a-4723-452a-e794-df9033420699-33420693 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


