:root {
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray100: #f2f4f7;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library--color--theme-color: #116df8;
  --radiant-ui-components-library--color--white: white;
  --radiant-ui-components-library--color--heading-dark: #150438;
  --radiant-ui-components-library--light-grey: #5a5a5a;
  --radiant-ui-components-library--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library--color--button-background-dark: #131218;
  --wd_red: #ff4e3f;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray400: #98a2b3;
  --wd_menta: #2ae7ee;
  --wd_dark_blue: #102231;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--foreground-interactive: #5532fa;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--coral: #ff8a56;
  --untitled-ui--primary800: #53389e;
  --spark-library--black: black;
  --spark-library--white: white;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive-hover: #1e116e;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--400: #dcddeb;
  --radiant-ui-components-library--linear-color-three: #e0ecff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --alley-component-library--gray--900: #131316;
}

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

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

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

.uui-page-padding {
  background-image: linear-gradient(90deg, #1a1a1a26, #000c 0% 14%, #00000075 36%, #0000 58%), url('../images/ai_hero_03.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

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

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

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

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-heading-xlarge.text-color-white {
  color: var(--untitled-ui--white);
  font-family: Montserrat, sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
}

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

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

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader07_image-wrapper {
  background-image: linear-gradient(229deg, var(--untitled-ui--gray700), var(--untitled-ui--gray800));
  justify-content: center;
  align-items: center;
  height: 40rem;
  display: flex;
  position: relative;
}

.uui-heroheader07_card-image-01 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  width: 31rem;
  position: absolute;
  transform: translate(20%, -20%)rotate(60deg);
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader07_card-image-02 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #ffffff80 0%, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  width: 31rem;
  position: absolute;
  transform: translate(-10%, 30%)rotate(30deg);
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader07_light-overlay {
  mix-blend-mode: screen;
  width: 80rem;
  min-width: 80rem;
  height: auto;
  position: absolute;
  bottom: -64%;
  right: -20%;
}

.uui-heroheader07_content.z-index-1 {
  color: var(--untitled-ui--white);
}

.uui-text-color-gray200 {
  color: var(--untitled-ui--gray200);
}

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

.uui-text-size-xlarge.text-color-gray200 {
  color: var(--untitled-ui--gray200);
  font-family: Montserrat, sans-serif;
}

.uui-section_heroheader07 {
  background-color: var(--untitled-ui--gray800);
  height: 100vh;
  overflow: hidden;
}

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

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

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

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

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

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

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

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

.uui-heading-subheading.uui-text-color-gray200 {
  color: var(--untitled-ui--gray200);
}

.cf-navigation-4-link {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-right-container {
  align-items: stretch;
  display: flex;
}

.cf-connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-pink-line {
  background-color: #ff4f11;
  width: 46px;
  height: 2px;
  margin-right: 20px;
}

.cf-pink-line.animate {
  background-color: var(--conversion-flow-library--light-coral);
  width: 0;
  margin-right: 20px;
}

.cf-close-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cf-menu-line._2 {
  color: #000;
  background-color: #1c0309;
  width: 26.5px;
  height: 2px;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line._1 {
  color: #000;
  background-color: #1c0309;
  width: 14px;
  height: 2px;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-logos-social {
  cursor: pointer;
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cf-logos-social:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-logos-social.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 40px;
  display: none;
}

.cf-nav-4-social-icons.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
}

.cf-close-contain {
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.cf-nav-4-links-container {
  justify-content: space-between;
  width: auto;
  margin-top: 460px;
  margin-left: 60px;
  display: flex;
}

.cf-link-text-navbar-4 {
  letter-spacing: -.8px;
  margin-left: 0;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

.cf-close-button {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 58px 111px auto auto;
}

.cf-close-button:hover {
  opacity: .8;
}

.cf-navigation-4-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cf-nav-4-links-left-container {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 100px;
  display: flex;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  opacity: 0;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.cf-nav-4-links-right-container {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 0;
  display: flex;
}

.cf-connect-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-brand-logo-nav-menu {
  cursor: pointer;
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-brand-logo-nav-menu.w--current {
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-nav-4-menu {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.cf-menu-text {
  color: #000;
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.cf-navigation-logo {
  object-fit: contain;
}

.rt-width-two-hundred-sixty {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  max-width: 260px;
}

.rt-progress-bar-main-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  border-radius: 10px;
  flex: 0 48%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px 40px 84px;
  display: flex;
}

.rt-sticky-circle-block {
  border: 1px solid var(--radiant-ui-components-library--color--theme-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.rt-outline-clip.rt-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rt-outline-clip.rt-top {
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rt-outline-main-cirlce {
  border: 4px solid var(--radiant-ui-components-library--color--theme-color);
  border-radius: 100%;
  width: 99px;
  min-width: 99px;
  height: 99px;
  min-height: 99px;
}

.rt-outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 99px;
  height: 99px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.rt-counter-main-wrapper {
  grid-column-gap: 23px;
  align-items: center;
  display: flex;
}

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

.rt-component-section {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--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.rtpadding-bottom-none {
  border-top: 1px solid #dde5f8;
  padding-bottom: 0;
  display: none;
}

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

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

.rt-heading-six {
  color: var(--radiant-ui-components-library--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

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

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

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

.rt-about-option {
  color: var(--radiant-ui-components-library--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--color--theme-color);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.rt-about-option.rt-margin-bottom-ten {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.rt-designed-text {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  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-text-normal.rt-margin-bottom-five {
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color {
  color: #5a5a5a;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  transition: color .35s;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color:hover {
  color: var(--radiant-ui-components-library--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--color--theme-color);
}

.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-footer-one-icon-hover-in {
  border: 1px solid var(--radiant-ui-components-library--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-footer-one-box-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 2.5fr;
  justify-content: space-between;
  padding-bottom: 83px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-form-3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.rt-form-display-none {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.rt-email-field {
  color: #072032;
  letter-spacing: .1px;
  background-color: #fff;
  background-image: url('../images/icon-6.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #dde5f8;
  border-radius: 10px;
  height: 100%;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 60px;
  font-size: 16px;
}

.rt-email-field::placeholder {
  color: #b6c1d8;
  font-size: 16px;
}

.rt-email-field.rt-footer-email-field {
  min-width: 383px;
  font-family: Montserrat, sans-serif;
}

.rt-email-field.rt-footer-email-field::placeholder {
  color: var(--radiant-ui-components-library--light-grey);
}

.rt-footer-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-bottom: 23px;
}

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

.rt-footer-links-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-call-icon {
  filter: brightness(0%);
  flex: none;
  margin-top: 7px;
}

.rt-footer-one-follow-text {
  max-width: 342px;
  padding-bottom: 20px;
}

.rt-footer-logo-box {
  margin-top: 8px;
}

.rt-footer-link-heading {
  padding-bottom: 38px;
}

.rt-footer-one-logo-new {
  padding-bottom: 30px;
}

.rt-footer-one-logo-item {
  min-width: 0;
  max-width: 100%;
  height: auto;
  min-height: auto;
  overflow: visible;
}

.rt-submit-button-5 {
  border-radius: 10px;
  min-width: 180px;
  height: 50px;
  min-height: 50px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.rt-submit-button-5.rt-main-linear-color.rt-button-width {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  min-width: 98px;
  font-family: Montserrat, sans-serif;
}

.rt-footer-container-2 {
  border: 1px #000;
  border-top: 1px solid #dde5f8;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-footer-container-2.rt-footer-three {
  text-align: center;
  border-top-style: solid;
  border-top-color: #dde5f8;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.rt-footer-one-copyright-2 {
  text-align: center;
  border-top: 1px #dde5f8;
  border-bottom: 1px #dde5f8;
  padding-left: 15px;
  padding-right: 15px;
}

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

.rt-social-media-box-3.rt-margin-bottom-zero {
  clear: none;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

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

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

.rt-heading-three {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

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

.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: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-footer-three-social-media-icons {
  background-color: var(--radiant-ui-components-library--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--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--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 {
  margin-top: 8px;
}

.div-block {
  font-family: Montserrat, sans-serif;
}

.image {
  height: auto;
}

.rt-tag {
  color: var(--radiant-ui-components-library--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--color--white);
}

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

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

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

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

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

.rt-heading-three-2.rt-text-white.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.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--color--button-background-dark);
  border-radius: 0;
  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(89deg, #14151a80, #fff0);
  border-top: 1px #000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-home-three-cta-background {
  background-image: url('../images/dia1-bg.jpg');
  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-category-cards-text-2 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

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

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

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

.rt-number-img-bg-inner {
  color: var(--radiant-ui-components-library--color--theme-color);
  background-image: url('../images/Group-1009002136.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-number-img-bg-inner:hover {
  background-image: url('../images/Group-1009002136-1.svg');
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.uui-page-padding-2 {
  border-top: 10px solid var(--wd_red);
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

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

.uui-button-row-2.button-row-center {
  justify-content: center;
}

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

.uui-layout42_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-section_layout41 {
  display: block;
}

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

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

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

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-icon-featured-outline-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-layout42_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  justify-content: center;
  width: 100%;
  height: 40rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout42_image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .75rem;
  width: 92%;
  position: absolute;
  top: 8%;
}

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

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

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

.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-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  color: #2b2727;
  background-color: #fff;
  border-radius: 16px;
  padding: 15px 30px;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0%;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  inset: 0%;
}

.cf-floating-image-container-1 {
  background-color: #000;
  position: absolute;
  inset: 10% 0% auto auto;
}

.cf-floating-white-div {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.cf-home-image-container {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 398px;
  display: block;
  position: relative;
}

.cf-22px-paragraph---white {
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-floating-image-container-2 {
  background-color: #000;
  position: absolute;
  inset: auto auto 10% 0%;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  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: 116px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  margin-bottom: 0;
  overflow: hidden;
}

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

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

.rt-second-section-icon-divider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
}

.rt-second-section-icon-divider.rt-icon-divider-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.rt-second-section-icon-block {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.rt-icon-content-box-content {
  max-width: 330px;
  margin-top: 15px;
}

.rt-icon-content-box {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
}

.rt-icon-box-bg-color {
  pointer-events: none;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.rt-icon-box-divider {
  background-color: #c3c3c3;
  width: 1px;
}

.rt-second-section-icon-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.rt-second-section-icon-box.rt-two-icon-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.rt-second-section-icon-hover-out {
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.rt-second-section-icon-hover-in.rt-two-icon-hover-in {
  color: var(--radiant-ui-components-library--color--body-font-dark);
}

.rt-second-icon-box-second-section {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  flex: 1;
  max-width: 590px;
  margin-top: -2px;
}

.rt-second-icon-box-section-heading {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.rt-second-icon-box-first-section {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex: 1;
  max-width: 520px;
  overflow: hidden;
}

.rt-second-icon-box-image {
  display: inline-block;
}

.rt-home-three-second-icon-box-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

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

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.cf-cta-text {
  z-index: 1;
  color: var(--untitled-ui--white);
  width: 50vw;
  margin-bottom: 40px;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  position: relative;
}

.cf-cta-image-bubbles {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cta {
  background-color: var(--wd_red);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  font-family: Epilogue, sans-serif;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  inset: 11% auto auto 3%;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  inset: auto auto 18% 8%;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  inset: auto 6% 15% auto;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  inset: 40% auto auto -1%;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  inset: 14% -2% auto auto;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: none;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  color: var(--untitled-ui--white);
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Epilogue, sans-serif;
  line-height: 110%;
  position: relative;
}

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

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_component {
  border-top: 1px none var(--untitled-ui--gray200);
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer04_social-icon {
  color: var(--wd_menta);
  -webkit-text-stroke-color: var(--wd_menta);
  width: 1.5rem;
  height: 1.5rem;
}

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

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

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

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

.cf-form-main-wrapper {
  background-color: var(--wd_red);
  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: Epilogue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

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

.cf-form-heading-28px {
  color: var(--wd_dark_blue);
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Epilogue, sans-serif;
  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-info-heading {
  color: var(--wd_dark_blue);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.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: normal;
  font-family: Epilogue, sans-serif;
  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-family: Epilogue, sans-serif;
  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 {
  background-color: var(--wd_dark_blue);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  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 {
  padding-top: 0;
  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;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 115%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: none;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 156%;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  max-height: 100px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  position: static;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3 {
  display: none;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: none;
  position: relative;
  top: auto;
  left: auto;
}

.cf-navigation-4-link-2 {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link-2.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-right-container-2 {
  align-items: stretch;
  display: flex;
}

.cf-connect-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-pink-line-2 {
  background-color: #ff4f11;
  width: 46px;
  height: 2px;
  margin-right: 20px;
}

.cf-pink-line-2.animate {
  background-color: var(--conversion-flow-library--light-coral);
  width: 0;
  margin-right: 20px;
}

.cf-close-text-2 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cf-menu-line-2._2 {
  color: #000;
  background-color: #1c0309;
  width: 26.5px;
  height: 2px;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line-2._1 {
  color: #000;
  background-color: #1c0309;
  width: 14px;
  height: 2px;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-logos-social-2 {
  cursor: pointer;
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cf-logos-social-2:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-logos-social-2.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social-2.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.cf-nav-4-social-icons-2.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-menu-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
}

.cf-close-contain-2 {
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.cf-nav-4-links-container-2 {
  justify-content: space-between;
  width: auto;
  margin-top: 460px;
  margin-left: 60px;
  display: flex;
}

.cf-link-text-navbar-5 {
  letter-spacing: -.8px;
  margin-left: 0;
}

.cf-brand-logo-5 {
  cursor: pointer;
}

.cf-close-button-2 {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 58px 111px auto auto;
}

.cf-close-button-2:hover {
  opacity: .8;
}

.cf-navigation-4-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cf-nav-4-links-left-container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 100px;
  display: flex;
}

.cf-menu-navigation-wrap-2 {
  z-index: 10000000;
  opacity: 0;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.cf-nav-4-links-right-container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 0;
  display: flex;
}

.cf-connect-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-brand-logo-nav-menu-2 {
  cursor: pointer;
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-brand-logo-nav-menu-2.w--current {
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-nav-4-menu-2 {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu-2:hover {
  opacity: 1;
}

.cf-menu-text-2 {
  color: #000;
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.cf-navigation-logo-2 {
  object-fit: contain;
}

.cf-navigation-1-links-contain {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.cf-navigation-1-dropdown-container {
  grid-column-gap: 30px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 97%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-navigation-1-number-subtext {
  color: #0d0e1066;
  margin-top: 7px;
  margin-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.cf-navigation-1-dropdown-wrapper {
  padding-bottom: 8px;
  position: static;
}

.cf-navigation-1-links-wrapper {
  position: static;
}

.cf-dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px #40454f1a;
}

.cf-navigation-1-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-1-logo {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-navigation-1-link {
  color: var(--wd_menta);
  text-transform: none;
  border-bottom: 1px solid #0000;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
}

.cf-navigation-1-link:hover {
  border-bottom: 0 #000;
  text-decoration: none;
}

.cf-navigation-1-link-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.cf-navigation-1-dropdown {
  grid-column-gap: 5px;
  border-bottom: 1px solid #0000;
  align-items: center;
  margin-right: 0;
  padding: 20px 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  position: static;
}

.cf-navigation-1-dropdown.w--open {
  border-bottom: 1px solid #000;
}

.cf-navigation-headings-contain {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cf-navigation-1-bar {
  background-color: var(--wd_dark_blue);
  position: relative;
}

.cf-navigation-1-arrow-image {
  margin-left: 10px;
}

.cf-dropdown-links {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-dropdown-arrow {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: static;
}

.cf-navigation-1-line {
  background-color: #0d0e10;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-dropdown-lists {
  background-color: #0000;
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px #00000014;
}

.cf-dropdown-lists.w--open {
  box-shadow: none;
  width: 100%;
  padding-top: 8px;
  inset: 72px 0% auto;
  overflow: visible;
}

.cf-menu-navigation-wrap-3 {
  z-index: 10000000;
  opacity: 0;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 500;
}

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

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

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--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-footer-v-two-gap {
  padding-bottom: 20px;
}

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

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

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

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

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

.rt-footer-one-copyright-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.rt-text-field-three {
  color: var(--radiant-ui-components-library--color--heading-dark);
  background-color: #14151700;
  border: 0 solid #000;
  height: 48px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-text-field-three::placeholder {
  color: #141517;
}

.rt-footer-one-main-link-wrapper {
  max-width: 220px;
}

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

.rt-submit-button-three {
  z-index: 1;
  color: #3330;
  background-color: #3898ec00;
  border: 0 solid #000;
  width: 48px;
  height: 48px;
  padding: 0;
  position: relative;
}

.rt-footer-one-main-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.rt-footer-v2-background-blue {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.rt-footer-one-main-paragraph {
  max-width: 243px;
}

.rt-cloudy-grey {
  color: #5a5a5a;
}

.rt-cloudy-grey.rt-change-size {
  color: var(--radiant-ui-components-library--light-grey);
  font-size: 16px;
  font-weight: 400;
}

.rt-footer-two-line-two {
  background-color: #ababab80;
  height: 1px;
}

.rt-footer-v2-submit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.rt-footer-one-copyright-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-footer-v2-email {
  border: 1px solid #a8a8a8;
  border-radius: 100px;
  padding: 5px 5px 5px 15px;
  display: flex;
}

.rt-footer-one-copyright {
  padding-top: 20px;
}

.rt-footer-one-main-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
}

.rt-move-sent {
  filter: invert();
}

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

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

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

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

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

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

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

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-h1-heading {
  float: left;
  color: var(--untitled-ui--white);
  text-align: left;
  letter-spacing: -.02em;
  width: 40vw;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  position: static;
}

.a-button-video {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
  font-family: Epilogue, sans-serif;
}

.a-margin-bottom-48 {
  margin-bottom: 0;
  position: absolute;
  left: 0;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--wd_menta);
  -webkit-text-stroke-width: 0px;
  -webkit-text-decoration-color: var(--wd_menta);
  text-decoration-color: var(--wd_menta);
  text-decoration-style: solid;
  text-decoration-thickness: 0;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-header-play {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-section-header {
  background-color: #102231;
  background-image: url('../images/nemai.png');
  background-position: 50vw 1%;
  background-repeat: repeat-y;
  background-size: auto 100vh;
  background-attachment: scroll;
  height: 95vh;
  margin-top: 0;
  margin-bottom: -1px;
  padding: 120px 5% 0;
  position: relative;
}

.a-header-dashboard {
  width: 100%;
  height: 100%;
  margin-top: 64px;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span {
  color: var(--wd_menta);
  text-decoration: none;
}

.text-span.a-span-underline {
  border-bottom-style: none;
  border-bottom-color: var(--wd_menta);
}

.text-span-2 {
  color: var(--untitled-ui--white);
  letter-spacing: -.02em;
  font-family: Epilogue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
}

.text-span-3 {
  color: var(--wd_menta);
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: Epilogue, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  display: inline-block;
}

.text-block {
  margin-top: 0;
}

.cf-navigation-4-link-3 {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link-3.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-right-container-3 {
  align-items: stretch;
  display: flex;
}

.cf-connect-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-pink-line-3 {
  background-color: #ff4f11;
  width: 46px;
  height: 2px;
  margin-right: 20px;
}

.cf-pink-line-3.animate {
  background-color: var(--conversion-flow-library--light-coral);
  width: 0;
  margin-right: 20px;
}

.cf-close-text-3 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cf-menu-line-3._2 {
  color: #000;
  background-color: #1c0309;
  width: 26.5px;
  height: 2px;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line-3._1 {
  color: #000;
  background-color: #1c0309;
  width: 14px;
  height: 2px;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-logos-social-3 {
  cursor: pointer;
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cf-logos-social-3:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-logos-social-3.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social-3.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.cf-nav-4-social-icons-3.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-menu-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
}

.cf-close-contain-3 {
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.cf-nav-4-links-container-3 {
  justify-content: space-between;
  width: auto;
  margin-top: 460px;
  margin-left: 60px;
  display: flex;
}

.cf-link-text-navbar-6 {
  letter-spacing: -.8px;
  margin-left: 0;
}

.cf-brand-logo-6 {
  cursor: pointer;
}

.cf-close-button-3 {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 58px 111px auto auto;
}

.cf-close-button-3:hover {
  opacity: .8;
}

.cf-navigation-4-container-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cf-nav-4-links-left-container-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 100px;
  display: flex;
}

.cf-menu-navigation-wrap-4 {
  z-index: 10000000;
  opacity: 0;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.cf-nav-4-links-right-container-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 0;
  display: flex;
}

.cf-connect-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-brand-logo-nav-menu-3 {
  cursor: pointer;
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-brand-logo-nav-menu-3.w--current {
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-nav-4-menu-3 {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu-3:hover {
  opacity: 1;
}

.cf-menu-text-3 {
  color: #000;
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.cf-navigation-logo-3 {
  object-fit: contain;
}

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

.spark-section {
  background-color: var(--wd_dark_blue);
  width: 100%;
  padding: 99px 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 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: var(--wd_dark_blue);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Epilogue, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  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 p {
  color: var(--untitled-ui--white);
  font-family: Epilogue, sans-serif;
}

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

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

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-centered-900.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.text-span-4 {
  color: var(--untitled-ui--white);
  letter-spacing: -.02em;
  margin-top: 10px;
  font-family: Epilogue, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.spark-section-2 {
  background-color: var(--wd_dark_blue);
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 64px;
  padding-right: 64px;
  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 {
  color: #ff4e3f;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Epilogue, sans-serif;
  font-size: 1.6rem;
  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 {
  color: var(--wd_menta);
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: Epilogue, sans-serif;
  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 p {
  color: var(--untitled-ui--white);
  height: auto;
  font-family: Epilogue, sans-serif;
  line-height: 20px;
}

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

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

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-small-icon.spark-primary-color.spark-margin-bottom-16px {
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
}

.spark-small-icon.a-margin-bottom-16 {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.body {
  background-color: var(--wd_dark_blue);
}

.text-span-5 {
  height: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-6 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-7 {
  border-bottom: 3px solid var(--wd_menta);
  color: var(--wd_menta);
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.a-margin-bottom-49 {
  margin-bottom: 16px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-h3-heading {
  color: var(--wd_menta);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}

.a-section-large {
  padding: 120px 5%;
  position: relative;
}

.a-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-2:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-2:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-span-underline-2 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-feature-icon {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-feature-card {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 24px;
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-feature-card-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 28px;
}

.a-feature-bottom-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-title-wrap-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-8 {
  border-bottom: 4px solid var(--wd_menta);
  color: var(--wd_menta);
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.cf-home-tab-link {
  color: var(--wd_dark_blue);
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--wd_dark_blue);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  display: flex;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-content-text {
  color: var(--wd_dark_blue);
  margin-bottom: 36px;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  color: var(--wd_dark_blue);
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Epilogue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-section-4 {
  background-color: var(--wd_menta);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-tabs-contain {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  background-color: #0000;
  width: auto;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.cf-tabs-sub-heading {
  color: var(--wd_red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-header-text {
  color: var(--wd_dark_blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-tabs-right-tab {
  background-color: var(--wd_dark_blue);
  background-image: url('../images/Union.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-tabs-left-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 54px 100px 64px;
  display: flex;
  position: relative;
}

.cf-tabs-content-heading {
  color: var(--wd_dark_blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Epilogue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-3 {
  color: var(--wd_dark_blue);
}

.text-span-9 {
  color: var(--wd_red);
  font-family: Epilogue, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

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

.rt-hero-button-icon-wrap:hover {
  text-overflow: clip;
  text-decoration: none;
}

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

.rt-hero-button-text.rt-text-blue {
  color: var(--wd_dark_blue);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.rt-appear-animation-box {
  width: 160px;
  font-family: Epilogue, sans-serif;
  display: block;
}

.rt-appear-animation-box.wir-video {
  display: none;
}

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

.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--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--color--heading-dark);
  color: var(--radiant-ui-components-library--color--heading-dark);
  height: 58px;
}

.rt-button-five-2.rt-banner-one-button.rt-button-blue {
  border-color: var(--wd_dark_blue);
  height: 45px;
  text-decoration: none;
}

.rt-button-five-2.rt-banner-one-button.rt-button-blue:hover {
  -webkit-text-stroke-color: var(--wd_red);
}

.rt-hero-button-icon-two-2 {
  background-color: var(--radiant-ui-components-library--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(--wd_dark_blue);
  text-align: left;
  width: 33px;
  height: 33px;
  padding-right: 12px;
}

.rt-hero-button-icon-two-2.rt-blue-background:hover, .rt-hero-button-icon-two-2.rt-blue-background:active {
  background-color: var(--wd_dark_blue);
}

.bold-text-7 {
  color: var(--untitled-ui--white);
  font-family: Epilogue, sans-serif;
  font-weight: 300;
}

.bold-text-8, .bold-text-9 {
  font-weight: 500;
}

.text-span-10 {
  color: var(--wd_dark_blue);
}

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

.cf-image.contain {
  color: var(--wd_red);
  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 {
  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 {
  width: 80px;
  height: 80px;
}

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

.cf-testimonial-person-image.slide-author3.current {
  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 {
  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 {
  outline-color: var(--wd_menta);
  outline-offset: 0px;
  background-image: url('../images/teszarik_zoltan-e1740179492688.jpg');
  outline-width: 3px;
  outline-style: solid;
  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 {
  color: var(--untitled-ui--white);
  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 {
  color: var(--untitled-ui--white);
  width: 150%;
  margin-top: 10px;
  font-family: Epilogue, sans-serif;
  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: var(--wd_menta);
  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: var(--wd_red);
  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: var(--wd_dark_blue);
  font-family: Epilogue, sans-serif;
  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: var(--wd_menta);
  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: var(--wd_red);
  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-testimonial-section-4 {
  background-color: var(--wd_dark_blue);
  background-image: linear-gradient(180deg, var(--wd_dark_blue), #070f1673 24%, transparent), url('../images/Union.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 90%;
  background-attachment: scroll, scroll;
  margin-bottom: 100px;
}

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

.cf-testimonial-container {
  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 {
  color: var(--untitled-ui--white);
  margin-top: 0;
  font-family: Epilogue, sans-serif;
  font-size: 50px;
}

.uui-text-size-medium {
  color: var(--untitled-ui--white);
  letter-spacing: normal;
  font-family: Epilogue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

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

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

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.uui-button-row-3.is-reverse-mobile-landscape {
  margin-top: -10px;
}

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

.uui-layout68_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-layout68_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item {
  display: flex;
}

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

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

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

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

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

.uui-icon-featured-outline-large-2 {
  border: .5rem none var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary600);
  text-align: center;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout68_image-wrapper {
  background-color: var(--untitled-ui--gray50);
  width: 100%;
  height: 100%;
}

.uui-layout68_image {
  object-fit: cover;
  width: 100%;
}

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

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

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

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

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

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

.uui-heading-xsmall-2 {
  color: var(--wd_red);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout66_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-layout66_item-icon-wrapper {
  text-align: center;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout66_item {
  display: flex;
}

.uui-layout66_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

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

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

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

.uui-button-secondary-gray-3:focus {
  background-color: var(--wd_red);
  color: var(--untitled-ui--white);
  border-style: none;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-layout66_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.uui-layout66_image-wrapper {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.text-span-11 {
  text-transform: none;
}

.div-block-3 {
  background-image: url('../images/dia1-bg.jpg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  display: flex;
}

.div-block-4 {
  background-color: var(--wd_dark_blue);
  background-image: url('../images/Group-27597.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  width: 40%;
  display: flex;
}

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

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

.rt-component-section-7 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--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-7.rt-gap-eighty {
  padding-left: 80px;
  padding-right: 80px;
}

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

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

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

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

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

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

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

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

.rt-button-five-3 {
  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-3.rt-banner-one-button {
  border-color: var(--radiant-ui-components-library--color--heading-dark);
  color: var(--radiant-ui-components-library--color--heading-dark);
  height: 58px;
}

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

.rt-hero-button-icon-two-3 {
  background-color: var(--radiant-ui-components-library--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-3.rt-blue-background {
  background-color: var(--radiant-ui-components-library--color--theme-color);
}

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

.spark-section-3 {
  background-color: var(--wd_menta);
  width: 100%;
  padding: 176px 64px;
  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-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

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

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

.spark-section-3 p {
  font-family: Epilogue, sans-serif;
}

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

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

.spark-secondary-paragraph-4 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-faq-expander {
  border: 2px solid var(--spark-library--black);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2rem;
}

.spark-faq-button {
  background-color: var(--spark-library--white);
  color: var(--wd_dark_blue);
  border-radius: 8px;
  width: 100%;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

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

.spark-faq-button:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.spark-faq-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

.spark-faq-plus-to-x {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-vertical-line {
  background-color: var(--spark-library--foreground-interactive);
  width: 4px;
  height: 24px;
}

.spark-horizontal-line {
  background-color: var(--spark-library--foreground-interactive);
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-dropdown-text {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.text-block-4, .text-block-5 {
  font-family: Epilogue, sans-serif;
}

.text-block-6 {
  font-family: Epilogue, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

.brix---section {
  background-color: var(--wd_menta);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

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

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  color: var(--untitled-ui--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
}

.brix---accordion-big-number-wrapper {
  display: flex;
}

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

.brix---paragraph-default {
  color: var(--untitled-ui--white);
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  display: flex;
}

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

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

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

.brix---accordion-item-wrapper-v5 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 56px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-last {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px);
}

.brix---accordion-big-number {
  width: 92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

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

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

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

.brix---section-2 {
  background-color: var(--wd_dark_blue);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 140px;
  padding-bottom: 100px;
}

.brix---heading-h2-size-2 {
  color: var(--wd_dark_blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--wd_red);
  background-color: var(--untitled-ui--white);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

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

.brix---accordion-v3-card {
  border: 1px solid var(--wd_dark_blue);
  background-color: var(--wd_red);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: #0000;
  border-radius: 6px;
  padding: 88px 74px;
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--wd_red) var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3.wirapp {
  padding-bottom: 0;
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--wd_red) var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---accordion-arrow-icon {
  color: var(--untitled-ui--white);
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

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

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

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

.brix---display-4 {
  color: var(--untitled-ui--white);
  font-family: Epilogue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.brix---display-4.casestudy_title {
  color: var(--wd_red);
  font-size: 28px;
  font-weight: 600;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

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

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

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

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

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---tabs-wrapper {
  margin-top: 0;
  padding-top: 40px;
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

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

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

.brix---tabs-content-card {
  border: 1px solid var(--wd_dark_blue);
  background-color: var(--wd_dark_blue);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 7px;
  width: 100%;
  padding: 0 56px 48px;
  overflow: visible;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
  display: none;
}

.brix---tab-small-center {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-small-center:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tab-small-center.w--current {
  border: 2px none var(--elements-webflow-library--accent--primary-1);
  background-color: var(--wd_menta);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 10px;
}

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

.div-block-5 {
  height: 100%;
}

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

.brix---display-5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

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

.brix---tab-left-icon {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tab-left-icon.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

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

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

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

.brix---tabs-wrapper-tabs-left {
  display: flex;
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-content-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.brix---square-icon-48px-2 {
  border-radius: 10px;
  width: 48px;
}

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

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

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

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

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

.rt-service-three-animated-content-wrap {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  overflow: hidden;
}

.rt-service-three-animated-image-overlay {
  background-color: #191b1d33;
  position: absolute;
  inset: 0%;
}

.rt-service-three-animated-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-service-three-animated-content-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  overflow: hidden;
}

.rt-service-three-animated-content {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  margin-bottom: 0;
}

.rt-service-three-animated-box-bg {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.rt-heading-six-24 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.rt-heading-six-24.rt-service-three-animated-number {
  color: var(--radiant-ui-components-library--color--heading-dark);
  margin-top: 2px;
}

.rt-service-three-animated-image-block {
  z-index: 1;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 563px;
  position: relative;
  overflow: hidden;
}

.rt-service-three-animated-image-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #00000026;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.rt-service-three-animated-text {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 540px;
  position: relative;
}

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

.rt-margin-top-none {
  margin-top: 0;
}

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

.rt-service-border {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-service-border.rt-border-off {
  background-color: #0000;
}

.rt-home-one-service-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.rt-home-one-service-items.rt-home-one-service-items-one {
  border-top: 1px solid #0003;
}

.rt-home-one-service-items.rt-home-one-service-items-one.rt-margin-top-none {
  border-top-style: none;
}

.rt-service-image-two-wrapper {
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.rt-service-images {
  flex: none;
  width: 185px;
  height: 117px;
  position: relative;
}

.rt-service-images.rt-overflow-hidden-2 {
  border-radius: 10px;
  overflow: hidden;
}

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

.rt-service-image-two {
  width: 100%;
  height: 100%;
}

.rt-border-dark-brown {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  width: 0%;
  height: 1px;
  position: absolute;
}

.rt-service-items-image-one {
  width: 100%;
  height: 100%;
}

.rt-circle-button-2 {
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  position: relative;
}

.rt-service-items-image-overlay {
  z-index: 3;
  background-color: var(--radiant-ui-components-library--color--theme-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.rt-home-one-services {
  align-items: stretch;
}

.rt-home-service-name-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
}

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

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

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

.rt-title-top-2.rt-padding-bottom-twenty-2.rt-text-white-2, .rt-title-top-2.rt-text-white-2 {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-padding-bottom-twenty-2 {
  padding-bottom: 20px;
}

.rt-home-two-service-card-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library--color--button-background-dark);
  background-image: url('../images/Digital-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-service-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.rt-home-two-service-card-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library--color--button-background-dark);
  background-image: url('../images/Brand-Promotion.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-text-main {
  padding-bottom: 40px;
  padding-left: 40px;
}

.rt-home-two-service-card-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library--color--button-background-dark);
  background-image: url('../images/Creative-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-overlay {
  background-image: linear-gradient(0deg, #282a2e, #282a2e00);
}

.rt-home-two-service-card-one {
  background-color: var(--radiant-ui-components-library--color--button-background-dark);
  background-image: url('../images/Creative-Solution-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-two-service-text {
  max-width: 311px;
}

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

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

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

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

.rt-home-one-personalized-client-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-testimonial-wrapper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  padding-right: 30px;
}

.rt-home-one-personalized-slider-flex {
  grid-column-gap: 50px;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.rt-home-one-personalized-card-line {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
}

.rt-full-width-testimonial-wrapper {
  border-radius: 20px;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.rt-home-one-personalized-card {
  background-color: #f5f5fb;
  align-items: center;
  display: flex;
}

.rt-home-one-personalized-card.rt-radius-twenty {
  border-radius: 10px;
}

.rt-home-one-personalized-card-body {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  padding-left: 50px;
  padding-right: 50px;
}

.rt-home-one-personalized-client-name {
  color: #4f4f4f;
  letter-spacing: .01rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

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

.rt-heading-three-3 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-align: right;
  text-transform: none;
  font-family: Epilogue, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

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

.rt-accordion-description-contain {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  flex: 1;
  max-width: 520px;
}

.rt-tab-line-four {
  background-color: #cacaca;
  width: 9vw;
  height: 1px;
}

.rt-home-one-business-accordion-contain {
  grid-column-gap: 95px;
  align-items: center;
  max-width: 1290px;
  display: flex;
}

.rt-tab-line-three, .rt-tab-line-one, .rt-tab-line-two {
  background-color: #cacaca;
  width: 10vw;
  height: 1px;
}

.rt-home-one-choose-us-heading {
  text-align: center;
  max-width: 535px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.rt-tag-two-green-background {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  color: #fff;
  text-transform: capitalize;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 22px;
  display: inline-block;
}

.rt-padding-top-five {
  padding-top: 5px;
}

.rt-tab-details {
  flex-direction: column;
  display: flex;
}

.rt-tab-details.rt-tab-details-two, .rt-tab-details.rt-tab-details-four, .rt-tab-details.rt-tab-details-three {
  display: none;
}

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

.rt-tab-title.rt-tab-title-four, .rt-tab-title.rt-tab-title-three, .rt-tab-title.rt-tab-title-two, .rt-tab-title.rt-tab-title-one {
  cursor: pointer;
}

.rt-home-one-business-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.rt-accordion-tab-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px solid #cacaca;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-right: 95px;
  display: flex;
}

.rt-tag-two-3 {
  letter-spacing: .16px;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

.rt-home-one-industries-btn-block {
  margin-top: 30px;
  display: flex;
}

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

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

.rt-home-one-hero-button-2 {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  border: 0 solid #0000;
  border-radius: 10px;
  position: relative;
}

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

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

.rt-autofit-10.rt-border-radious {
  border-radius: 10px;
}

.rt-tab-link-three {
  color: var(--radiant-ui-components-library--color--heading-dark);
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 100%;
}

.rt-tab-link-three.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--radiant-ui-components-library--color--theme-color);
  background-color: var(--radiant-ui-components-library--color--theme-color);
  color: var(--radiant-ui-components-library--color--white);
  border-radius: 9px;
}

.rt-hero-button-background-2 {
  background-color: var(--radiant-ui-components-library--color--white);
  border: 1px solid #0000;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.rt-button-main-6 {
  color: #060f1a;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 35px;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.rt-padding-bottom-fifteen.rt-margin-top-seveteen {
  margin-top: 17px;
}

.rt-padding-bottom-fifteen.rt-margin-top-seveteen.rt-width-five-hundred-twenty {
  max-width: 520px;
}

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

.rt-radius-ten.rt-auto-fit.rt-tab-image-full-width.rt-image-hover-zoom {
  transition: transform .45s;
}

.rt-radius-ten.rt-auto-fit.rt-tab-image-full-width.rt-image-hover-zoom:hover {
  transform: scale(1.05);
}

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

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

.rt-padding-bottom-thirty-2.rt-width-five-hundred {
  max-width: 500px;
}

.rt-padding-bottom-thirty-2.rt-width-five-hundred-twenty {
  max-width: 520px;
}

.rt-support-across-channels-tab-content {
  display: none;
}

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

.rt-image-relative.rt-top-six {
  top: 6px;
}

.rt-home-two-data-science-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.rt-home-two-data-science-content-block-two {
  position: absolute;
  inset: auto 5% 5% auto;
}

.rt-posibilities {
  border: 1px solid #2a2044;
  border-radius: 10px;
  width: 100%;
  min-height: 600px;
  position: sticky;
  top: 148px;
  overflow: hidden;
}

.rt-posibilities.rt-active {
  z-index: 0;
  top: 0;
}

.rt-posibilities.rt-active.rt-design-card-block {
  background-color: #fff;
  border-width: 0;
}

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

.rt-home-two-dedicated-card {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.rt-home-one-sticky-flex {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  align-items: center;
  display: flex;
}

.rt-design-details-right {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.rt-design-details-right.rt-design-details-right-one {
  height: auto;
}

.rt-home-one-unforgettable-tabs-menu {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-home-one-unforgettable-tabs-menu.rt-padding-bottom-sixty-four {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  padding-bottom: 64px;
}

.rt-home-two-data-science-content-block {
  flex: 0 45%;
  position: relative;
}

.rt-tag-8 {
  grid-column-gap: 3px;
  color: #4f4f4f;
  letter-spacing: .01rem;
  text-transform: capitalize;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  display: flex;
}

.rt-tag-heading-shape {
  color: #fff;
  background-color: #1a2934;
  border-radius: 3px;
  align-items: center;
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.rt-home-four-electrical-flex {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.rt-home-four-electrical-flex.rt-padding-bottom-eighty {
  padding-bottom: 80px;
}

.rt-home-two-electrical-content-block {
  flex: 0 40%;
}

.rt-case-details {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rt-home-two-data-science-flex {
  grid-column-gap: 96px;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.rt-home-two-data-science-flex.rt-padding-top-zero {
  padding-top: 0;
}

.rt-home-two-data-science-image-block {
  border-radius: 6px;
  flex: 0 48%;
  position: relative;
}

.rt-tag-block {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-tag-block.rt-flex-left {
  justify-content: flex-start;
}

.rt-home-one-unforgettable-tabs-content-block {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-one-unforgettable-tabs-content-block.rt-contain-small {
  max-width: 160px;
}

.rt-words-section {
  grid-column-gap: 90px;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.rt-words-section.rt-padding-top-zero {
  padding-top: 0;
}

.rt-save-time-and-lower-costs-tab-content {
  padding-bottom: 80px;
  display: none;
}

.rt-home-one-unforgettable-tabs-line {
  background-color: #f5f5f5;
  border-radius: 50px;
  width: 100%;
  height: 6px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}

.rt-crm-management-tab-content {
  display: flex;
}

.rt-words-content-block {
  flex: 0 47%;
}

.rt-home-four-electrical-image-block-2 {
  flex: 0 47%;
  position: relative;
}

.rt-home-two-data-science-content-image-one {
  z-index: -1;
  position: absolute;
  inset: auto auto -29% -12%;
}

.rt-task-based-key-results-tab-content {
  display: none;
  position: relative;
}

.rt-home-one-unforgettable-tabs {
  background-color: #0000;
  width: 100%;
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.rt-home-one-unforgettable-tabs.rt-text-center {
  cursor: pointer;
}

.rt-home-one-unforgettable-tabs.rt-text-center.w--current {
  background-color: #0000;
}

.rt-relative {
  position: relative;
}

.rt-relative.rt-image-wrapepr {
  overflow: hidden;
}

.rt-heading-four-15 {
  color: #233050;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}

.rt-words-image-block {
  flex: 0 48%;
  justify-content: center;
  display: flex;
  position: relative;
}

.rt-design-details-teaser {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  max-width: none;
  display: flex;
}

.rt-home-two-data-science-card {
  grid-column-gap: 19px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 29px;
  display: flex;
}

.rt-design-column {
  flex: 1;
  display: block;
  position: relative;
}

.rt-home-one-sticky-tab-section {
  position: absolute;
  inset: auto auto 6% 6%;
}

.rt-home-one-unforgettable-tabs-inner-line {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  position: absolute;
  inset: 0%;
}

.rt-home-two-data-science-text-block {
  color: var(--radiant-ui-components-library--color--heading-dark);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.rt-home-two-electrical-card {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.rt-home-one-unforgettable-content {
  color: var(--radiant-ui-components-library--color--body-font-dark);
}

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

.div-block-6, .div-block-7, .div-block-8 {
  height: 100%;
}

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

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

.text-block-7 {
  color: var(--wd_dark_blue);
}

.rt-category-cards-text-4 {
  color: var(--wd_red);
  text-transform: capitalize;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

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

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

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

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

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

.rt-home-one-our-service-heading {
  max-width: 20ch;
}

.rt-home-one-service-top-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: flex-end;
}

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

.rt-home-one-service-card-line {
  opacity: .2;
  background-color: #07070780;
  width: 100%;
  min-height: 1px;
  margin-bottom: 9px;
}

.rt-small-counter-text {
  color: #121b22;
  letter-spacing: -.5px;
  font-size: 30px;
  line-height: 35px;
}

.rt-small-counter-text.rt-text-white-two {
  color: var(--radiant-ui-components-library--color--heading-dark);
}

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

.rt-home-one-service-grid {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 95px;
  display: grid;
}

.rt-margin-top-four {
  margin-top: 6px;
}

.rt-home-one-service-large-number-wrap {
  flex: none;
  padding-left: 48px;
  position: relative;
}

.rt-home-one-service-bottom-card, .rt-home-one-service-section-wrap {
  align-items: stretch;
}

.rt-counter.rt-heading-three-counter {
  height: 35px;
  overflow: hidden;
}

.rt-home-one-service-card-top-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-home-one-service-large-number-circle {
  background-color: #f5f5fb;
  border-radius: 100%;
  min-width: 117px;
  min-height: 117px;
  position: absolute;
  top: 0;
  left: 0;
}

.rt-home-one-our-service-top-right-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  max-width: 510px;
  margin-bottom: 6px;
}

.rt-home-one-service-large-number-image {
  z-index: 2;
  position: relative;
}

.rt-margin-top-sixteen {
  margin-top: 16px;
}

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

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

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

.rt-counter-section {
  justify-content: flex-start;
  align-items: center;
}

.rt-counter-number {
  color: var(--wd_red);
  letter-spacing: 1.6px;
  font-family: Epilogue, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

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

.rt-ninth-text-section {
  max-width: 530px;
}

.rt-scroll-heading {
  color: var(--wd_menta);
  font-family: Epilogue, sans-serif;
}

.rt-counter-train-4 {
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-up-counter-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.rt-ninth-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.rt-counter-box-4 {
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  overflow: hidden;
}

.rt-counter-block {
  background-color: var(--wd_menta);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 237px;
  padding: 30px 40px 40px;
  box-shadow: 8px 15px 40px #0000000d;
}

.rt-four-counter-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
}

.rt-down-counter-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.rt-scroll-content {
  color: var(--untitled-ui--white);
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Epilogue, sans-serif;
}

.rt-detail-button-text {
  font-family: Epilogue, sans-serif;
}

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

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

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

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

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

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

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

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

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

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

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

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

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

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

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

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

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

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

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

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

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

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

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

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

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

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

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

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

.rt-first-picture {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rt-left-wrap {
  flex: 0 47.8%;
  position: relative;
}

.rt-service-two-relaibility-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-last-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -158px;
  margin-left: 205px;
  display: flex;
}

.rt-second-picture {
  margin-top: -35px;
}

.rt-logis-paragraph {
  color: #666;
  max-width: 450px;
  margin-bottom: 30px;
}

.rt-logis-paragraph.rt-para-four {
  color: #666;
}

.rt-logis-span {
  color: #1f1e26;
  letter-spacing: -.0225px;
  font-weight: 500;
}

.rt-fifteen-text {
  color: #202854;
  margin-top: 20px;
  font-weight: 500;
}

.rt-booking-main-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.rt-excellence-image {
  border-radius: 10px;
}

.rt-excellence-headung-two {
  margin-bottom: 20px;
}

.rt-logis-tag-text {
  color: #0c0b1a;
  letter-spacing: .15625rem;
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-booking-wrap {
  flex-flow: column;
}

.rt-main-box-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-text-service {
  padding-left: 15px;
}

.rt-right-wrap {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  flex: 0 41.89%;
  max-width: 550px;
}

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

.image-2 {
  font-family: Epilogue, sans-serif;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-growth-section {
  position: relative;
}

.cf-growth-wrapper {
  background-color: var(--wd_menta);
  box-shadow: none;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 30px 40px;
}

.cf-growth-wrapper.large {
  background-color: var(--wd_menta);
  box-shadow: none;
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
  overflow: visible;
}

.cf-growth-para-text-18px {
  color: var(--wd_dark_blue);
  padding-top: 10px;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(90deg, var(--wd_red), var(--wd_dark_blue));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-para-text-20px {
  opacity: .7;
  color: var(--wd_dark_blue);
  text-overflow: clip;
  margin-top: 10px;
  font-family: Epilogue, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-growth-h2-heading-56px {
  background-image: linear-gradient(143deg, var(--wd_red) 26%, var(--wd_dark_blue));
  color: var(--wd_red);
  letter-spacing: -.01em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Epilogue, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.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.growth-flex {
  width: 87%;
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 140px;
}

.cf-growth-heading-32px {
  color: var(--wd_red);
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Epilogue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 13px;
}

.cf-growth-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area"
                 "."
                 "." minmax(auto, 1fr)
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.text-span-12 {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.image-3 {
  max-width: 30%;
}

.container {
  margin-left: 0;
}

.text-block-8 {
  color: var(--wd_red);
  font-family: Epilogue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.text-span-13 {
  color: var(--wd_menta);
}

@media screen and (min-width: 1280px) {
  .rt-footer-one-box-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    grid-auto-columns: 1fr;
  }

  .rt-footer-three-main {
    padding-bottom: 80px;
  }

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 38px;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: 0 100px 100px #40454f1a;
  }

  .rt-footer-one-main-block {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    justify-content: space-between;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .cf-tabs-contain, .cf-features-4-tabs-wrapper {
    width: auto;
  }

  .cf-tabs-right-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 40%;
  }

  .cf-tabs-left-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .div-block-3, .div-block-4 {
    width: 40%;
  }

  .brix---container-default {
    max-width: 90%;
  }

  .brix---accordion-content-wrapper-v2 {
    max-width: 100%;
  }

  .rt-home-two-data-science-card {
    flex-direction: row;
  }

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

  .cf-wrapper-1160.growth-flex {
    width: 84%;
  }
}

@media screen and (min-width: 1440px) {
  .rt-progress-bar-wrapper {
    flex-direction: row;
  }

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

  .cf-wrapper.cta-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cf-navigation-1-link {
    transition-property: none;
  }

  .cf-navigation-1-link:hover {
    pointer-events: auto;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-features-4-tabs-wrapper {
    width: 90vw;
    max-width: 85vw;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-left-wrap {
    width: 100%;
    padding-bottom: 0;
  }

  .brix---container-default {
    max-width: 90%;
  }

  .brix---accordion-content-wrapper-v2 {
    max-width: 100%;
  }

  .rt-tabs-menu-2 {
    margin-right: 50px;
  }

  .rt-tabs-content-2 {
    margin-left: 50px;
  }

  .rt-home-two-data-science-card {
    justify-content: flex-start;
    align-items: center;
  }

  .brix---card-stats-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cf-growth-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-wrapper-1160.growth-flex {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .cf-menu-navigation-wrap, .cf-menu-navigation-wrap:focus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .rt-sticky-circle-block {
    justify-content: center;
    align-items: center;
    left: 65px;
  }

  .rt-footer-one-box-main {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-footer-one-copyright-2 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .rt-footer-three-main {
    padding-bottom: 80px;
  }

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

  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .cta {
    background-color: var(--wd_red);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .cf-menu-navigation-wrap-2 {
    display: none;
    overflow: scroll;
  }

  .cf-navigation-1-link {
    text-transform: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    transition-property: none;
  }

  .cf-navigation-1-link:hover {
    pointer-events: auto;
    border-bottom-style: none;
    border-bottom-width: 0;
    text-decoration: none;
    text-decoration-thickness: 0;
  }

  .a-h1-heading {
    width: 30vw;
    margin-top: 0;
  }

  .text-block-2 {
    margin-bottom: 10px;
  }

  .cf-home-tabs {
    justify-content: flex-start;
    align-items: center;
  }

  .cf-tabs-contain {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .cf-features-4-tabs-wrapper {
    border: 2px none var(--wd_dark_blue);
    width: auto;
    max-width: 85vw;
  }

  .text-span-10 {
    color: var(--wd_dark_blue);
  }

  .uui-text-size-medium {
    color: var(--untitled-ui--white);
    font-family: Epilogue, sans-serif;
  }

  .uui-heading-xsmall {
    color: var(--wd_red);
    font-family: Epilogue, sans-serif;
  }

  .uui-icon-1x1-xsmall-2 {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
  }

  .uui-icon-featured-outline-large-2 {
    border-style: none;
    border-color: var(--wd_menta);
    text-align: center;
    background-color: #0000;
  }

  .uui-heading-xsmall-2 {
    color: var(--wd_red);
    font-family: Epilogue, sans-serif;
  }

  .div-block-3 {
    background-position: 85%;
  }

  .brix---container-default {
    max-width: 90%;
  }

  .brix---accordion-content-wrapper-v2 {
    max-width: 100%;
  }

  .rt-tab-title.rt-tab-title-one {
    cursor: pointer;
  }

  .rt-accordion-tab-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-tabs-menu-2.rt-with-border {
    flex-basis: 35%;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    flex-basis: 65%;
  }

  .rt-tab-link-three {
    font-size: 1.5625rem;
  }

  .rt-ninth-section {
    justify-content: flex-start;
    align-items: center;
  }

  .cf-growth-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-wrapper-1160.growth-flex {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .uui-page-padding {
    background-position: 0 0, 30%;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader07_light-overlay {
    width: 76rem;
    min-width: 76rem;
    right: -10%;
  }

  .uui-section_heroheader07 {
    height: 45vh;
  }

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

  .uui-space-large {
    min-height: 2.5rem;
  }

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

  .cf-connect-wrapper {
    margin-top: 100px;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-nav-4-links-container {
    margin-left: 0;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .cf-navigation-4-container {
    max-width: 650px;
  }

  .cf-nav-4-links-left-container {
    margin-right: 140px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .rt-progress-bar-main-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 34px;
  }

  .rt-counter-main-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-component-container {
    padding-left: 0;
  }

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

  .rt-footer-one-box-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 2.5fr;
    padding-bottom: 28px;
    display: grid;
  }

  .rt-email-field.rt-footer-email-field {
    background-position: 10px;
    padding-left: 45px;
  }

  .rt-footer-logo-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-footer-logo-box.rt-footer-column-width {
    max-width: 600px;
  }

  .rt-footer-one-logo-new {
    padding-top: 0;
  }

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

  .rt-designed-text-2 {
    text-align: left;
  }

  .rt-container-5 {
    float: none;
    text-align: left;
  }

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

  .rt-footer-three-title {
    display: none;
  }

  .rt-heading-three-2 {
    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-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-layout42_image-wrapper {
    height: 27rem;
  }

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

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

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

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

  .rt-icon-content-box-content {
    max-width: none;
  }

  .rt-second-section-icon-box {
    width: 100%;
  }

  .rt-second-section-icon-hover-out.rt-one-icon-hover-out {
    transform: none;
  }

  .rt-second-icon-box-second-section {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .rt-second-icon-box-section-heading {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .rt-second-icon-box-first-section {
    width: 100%;
    max-width: none;
  }

  .rt-second-icon-box-image {
    width: 100%;
    height: auto;
    display: none;
  }

  .rt-home-three-second-icon-box-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 80%;
    margin-top: 70px;
  }

  .cf-cta-text {
    width: 80vw;
    font-size: 22px;
  }

  .cta {
    padding-bottom: 60px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 0;
  }

  .cf-connect-wrapper-2 {
    margin-top: 100px;
  }

  .cf-close-contain-2 {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-nav-4-links-container-2 {
    margin-left: 0;
  }

  .cf-close-button-2 {
    top: 52px;
    right: 85px;
  }

  .cf-navigation-4-container-2 {
    max-width: 650px;
  }

  .cf-nav-4-links-left-container-2 {
    margin-right: 140px;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-navigation-1-links-contain {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .cf-navigation-1-dropdown-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .cf-navigation-1-number-subtext {
    margin-right: 20px;
    font-size: 18px;
  }

  .cf-navigation-1-dropdown-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-1-links-wrapper {
    border-bottom: 10px solid var(--wd_red);
    background-color: var(--wd_dark_blue);
    position: absolute;
    box-shadow: 0 140px 120px #0000001f;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .cf-navigation-1-wrapper {
    width: 90%;
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-navigation-1-link {
    display: flex;
  }

  .cf-navigation-1-link-heading {
    font-size: 36px;
  }

  .cf-menu-button {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
    background-color: #0000;
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .cf-navigation-1-dropdown {
    margin-left: 0;
  }

  .cf-navigation-1-dropdown.w--open {
    border: 1px #000;
  }

  .cf-navigation-headings-contain {
    width: auto;
  }

  .cf-navigation-1-arrow-image {
    width: 40px;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-dropdown-lists.w--open {
    width: 80%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-menu-navigation-wrap-3 {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

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

  .rt-footer-one-text-wrapper {
    flex: 0 50%;
    order: -1;
    padding-right: 50px;
  }

  .rt-footer-one-contact-wrapper {
    flex: 1;
  }

  .rt-footer-one-contact-wrapper.rt-responsive-padding-top-fifty {
    padding-top: 50px;
  }

  .rt-footer-one-link-wrapper {
    flex: 0 50%;
  }

  .rt-footer-one-link-wrapper.rt-responsive-padding-top-fifty {
    padding-top: 50px;
  }

  .rt-footer-one-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-footer-one-copyright-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .rt-footer-one-main-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .rt-footer-one-line-wrapper {
    flex: 0 50%;
  }

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

  .a-h1-heading {
    margin-top: 0;
    font-size: 38px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .cf-connect-wrapper-3 {
    margin-top: 100px;
  }

  .cf-close-contain-3 {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-nav-4-links-container-3 {
    margin-left: 0;
  }

  .cf-close-button-3 {
    top: 52px;
    right: 85px;
  }

  .cf-navigation-4-container-3 {
    max-width: 650px;
  }

  .cf-nav-4-links-left-container-3 {
    margin-right: 140px;
  }

  .cf-menu-navigation-wrap-4 {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

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

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: none;
  }

  .a-button-primary-2 {
    display: flex;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-features-4-tabs-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rt-hero-heading {
    margin-top: 10px;
    margin-bottom: 27px;
  }

  .rt-hero-text-section {
    max-width: 500px;
    padding-top: 52px;
    padding-bottom: 90px;
  }

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

  .uui-layout68_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .uui-layout66_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .div-block-3, .div-block-4 {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .rt-hero-heading-2 {
    margin-top: 10px;
    margin-bottom: 27px;
  }

  .rt-hero-text-section-2 {
    max-width: 500px;
    padding-top: 52px;
    padding-bottom: 90px;
  }

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

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

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

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

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-big-number {
    width: 112px;
    font-size: 44px;
    line-height: 50px;
  }

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

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

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

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

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

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

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

  .brix---tabs-content-card {
    padding: 0 32px 48px;
  }

  .brix---tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

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

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---tabs-content-card-2 {
    padding: 40px 32px 48px;
  }

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

  .rt-heading-six-24 {
    font-size: 18px;
    line-height: 28px;
  }

  .rt-service-three-animated-image-box {
    padding: 30px 15px;
  }

  .rt-3d-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-service-images {
    height: auto;
  }

  .rt-icon-out-3.rt-icont-out-display-off-and-display-on-in-mobile-view {
    display: none;
  }

  .rt-home-two-service-card-four {
    width: 100%;
  }

  .rt-home-two-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-home-two-service-block {
    flex-flow: column;
  }

  .rt-home-two-service-card-two, .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    width: 100%;
  }

  .rt-home-two-service-text {
    max-width: 100%;
  }

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

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

  .rt-home-one-business-accordion-contain {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-accordion-tab-wrap {
    padding-right: 45px;
  }

  .rt-tabs-menu-2 {
    margin-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-right: 10px;
  }

  .rt-tabs-content-2 {
    margin-left: 0;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 10px;
  }

  .rt-service-one-tabs {
    margin-top: 30px;
  }

  .rt-tab-link-three {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .rt-padding-bottom-thirty-2.rt-width-five-hundred {
    max-width: none;
  }

  .rt-home-two-data-science-content-block-two {
    border-radius: 6px;
  }

  .rt-posibilities.rt-active.rt-design-card-block {
    max-width: 100%;
  }

  .rt-home-one-sticky-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .rt-home-one-unforgettable-tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .rt-home-four-electrical-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .rt-case-details {
    display: block;
  }

  .rt-home-two-data-science-flex {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rt-words-section {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 25px;
  }

  .rt-save-time-and-lower-costs-tab-content {
    padding-bottom: 60px;
  }

  .rt-home-one-our-service-heading {
    max-width: none;
  }

  .rt-home-one-service-top-wrap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-small-counter-text {
    font-size: 25px;
    line-height: 30px;
  }

  .rt-home-one-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .rt-counter.rt-heading-three-counter {
    height: 30px;
  }

  .rt-home-one-our-service-top-right-block {
    max-width: none;
  }

  .rt-counter-number {
    letter-spacing: 1.4px;
    font-size: 70px;
    line-height: 80px;
  }

  .rt-ninth-text-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

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

  .rt-ninth-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-counter-box-4 {
    height: 70px;
  }

  .rt-counter-block {
    min-width: 0;
  }

  .rt-four-counter-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .rt-down-counter-sections {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .rt-scroll-content {
    margin-top: 12px;
    margin-bottom: 25px;
  }

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

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

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

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

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

  .brix---card-stats-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

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

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

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

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

  .rt-first-picture {
    justify-content: center;
    align-items: center;
  }

  .rt-last-image {
    margin-left: 47px;
  }

  .rt-logis-paragraph {
    max-width: none;
  }

  .rt-booking-main-wrap {
    flex-flow: row;
  }

  .rt-main-box-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .rt-text-service {
    padding-left: 0;
  }

  .rt-right-wrap {
    max-width: none;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-heading-xlarge.text-color-white {
    font-size: 3.8rem;
  }

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

  .uui-button-row.is-reverse-mobile-landscape {
    text-align: left;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heroheader07_image-wrapper {
    background-image: none;
    height: 26rem;
  }

  .uui-heroheader07_card-image-01, .uui-heroheader07_card-image-02 {
    border-radius: 1.4rem;
    width: 22rem;
  }

  .uui-heroheader07_light-overlay {
    width: 72rem;
    min-width: 72rem;
    right: -30%;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-section_heroheader07 {
    height: 60vh;
  }

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

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

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

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

  .cf-connect-wrapper {
    margin-left: 20px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-logos-social.open-nav, .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons.open-navigation {
    display: flex;
  }

  .cf-center-logo.open-nav {
    width: 22px;
  }

  .cf-center-logo.open-nav.facebook {
    width: 15px;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .cf-link-text-navbar-4 {
    font-size: 26px;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-navigation-4-container {
    width: 90%;
    max-width: 550px;
  }

  .cf-nav-4-links-left-container {
    align-items: center;
    width: auto;
    margin-right: 20px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-nav-4-links-right-container {
    align-items: center;
    width: auto;
  }

  .cf-brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .rt-width-two-hundred-sixty {
    max-width: 100%;
  }

  .rt-progress-bar-main-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 26px;
  }

  .rt-designed-text {
    display: none;
  }

  .rt-footer-one-box-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.5fr 1fr;
  }

  .rt-form-3 {
    width: 100%;
  }

  .rt-form-3.rt-footer-three-form {
    justify-content: flex-start;
    align-items: stretch;
  }

  .rt-form-display-none {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .rt-email-field {
    background-position: 10px;
  }

  .rt-email-field.rt-footer-email-field {
    width: 100%;
    min-width: auto;
    display: none;
  }

  .rt-footer-row {
    flex-flow: column;
  }

  .rt-footer-logo-box {
    flex: 0 auto;
  }

  .rt-footer-logo-box.rt-footer-column-width {
    max-width: none;
    padding-bottom: 8px;
  }

  .rt-footer-link-heading {
    padding-bottom: 15px;
  }

  .rt-submit-button-5.rt-main-linear-color.rt-button-width {
    display: none;
  }

  .rt-footer-container-2.rt-footer-three {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 29px;
  }

  .rt-social-media-box-3 {
    padding-bottom: 10px;
  }

  .rt-social-media-box-3.rt-margin-bottom-zero {
    padding-bottom: 0;
  }

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

  .rt-designed-text-2 {
    text-align: left;
  }

  .rt-footer-three-main {
    padding-left: 15px;
  }

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

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

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

  .uui-section_layout41 {
    display: none;
  }

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

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

  .uui-layout42_image-wrapper {
    height: auto;
    margin-top: 3rem;
    padding: 1.5rem 1rem;
  }

  .uui-layout42_image {
    border-radius: .5rem;
    width: 100%;
    position: static;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

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

  .uui-space-medium {
    min-height: 1.5rem;
  }

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

  .cf-cta-button, .cf-button-gradient {
    font-size: 20px;
  }

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

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
    margin-bottom: 344px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
    margin-bottom: -254px;
  }

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

  .rt-icon-box-divider {
    display: none;
  }

  .rt-second-section-icon-box {
    margin-bottom: 10px;
  }

  .rt-second-icon-box-image {
    display: none;
  }

  .rt-home-three-second-icon-box-section {
    margin-top: 62px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-cta-circle {
    display: none;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer04_social-link:hover, .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .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-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    margin-top: -50px;
    padding-top: 0;
    padding-bottom: 140px;
  }

  .cf-connect-wrapper-2 {
    margin-left: 20px;
  }

  .cf-close-text-2 {
    display: none;
  }

  .cf-logos-social-2.open-nav, .cf-logos-social-2.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons-2 {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons-2.open-navigation {
    display: flex;
  }

  .cf-center-logo-2.open-nav {
    width: 22px;
  }

  .cf-center-logo-2.open-nav.facebook {
    width: 15px;
  }

  .cf-close-contain-2 {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .cf-link-text-navbar-5 {
    font-size: 26px;
  }

  .cf-close-button-2 {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-navigation-4-container-2 {
    width: 90%;
    max-width: 550px;
  }

  .cf-nav-4-links-left-container-2 {
    align-items: center;
    width: auto;
    margin-right: 20px;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-nav-4-links-right-container-2 {
    align-items: center;
    width: auto;
  }

  .cf-brand-logo-nav-menu-2 {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu-2.w--current {
    left: 60px;
  }

  .cf-navigation-1-number-subtext {
    font-size: 16px;
  }

  .cf-navigation-1-link-heading {
    font-size: 32px;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
  }

  .cf-navigation-1-arrow-image {
    width: 34px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-menu-navigation-wrap-3 {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .rt-footer-one-copyright-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .rt-footer-one-text-wrapper {
    flex-basis: 100%;
    padding-right: 150px;
  }

  .rt-footer-one-main-paragraph.rt-padding-bottom-thirty {
    max-width: 100%;
  }

  .rt-footer-one-link-wrapper.rt-responsive-padding-top-fifty, .rt-footer-one-line-wrapper {
    flex-basis: 100%;
  }

  .rt-footer-one-line-wrapper.rt-mobile-landscape-padding-top-fifty {
    padding-top: 50px;
  }

  .a-h1-heading {
    width: 59vw;
    font-size: 40px;
  }

  .a-section-header {
    background-position: -100%;
    padding-top: 72px;
  }

  .text-span-2 {
    width: 100%;
    font-size: 17px;
  }

  .cf-connect-wrapper-3 {
    margin-left: 20px;
  }

  .cf-close-text-3 {
    display: none;
  }

  .cf-logos-social-3.open-nav, .cf-logos-social-3.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons-3 {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons-3.open-navigation {
    display: flex;
  }

  .cf-center-logo-3.open-nav {
    width: 22px;
  }

  .cf-center-logo-3.open-nav.facebook {
    width: 15px;
  }

  .cf-close-contain-3 {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .cf-link-text-navbar-6 {
    font-size: 26px;
  }

  .cf-close-button-3 {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-navigation-4-container-3 {
    width: 90%;
    max-width: 550px;
  }

  .cf-nav-4-links-left-container-3 {
    align-items: center;
    width: auto;
    margin-right: 20px;
  }

  .cf-menu-navigation-wrap-4 {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-nav-4-links-right-container-3 {
    align-items: center;
    width: auto;
  }

  .cf-brand-logo-nav-menu-3 {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu-3.w--current {
    left: 60px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cf-home-tab-link {
    padding: 15px;
    font-size: 16px;
  }

  .cf-home-tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-features-4-tabs-heading {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 35px;
  }

  .cf-features-4-tabs-wrapper {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-tabs-header-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-tabs-right-tab {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-tabs-left-wrap {
    background-color: #0000;
    width: auto;
    padding: 0 40px 30px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .rt-hero-heading {
    max-width: 400px;
  }

  .rt-hero-text-section {
    padding-top: 15px;
  }

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

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

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

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

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

  .uui-layout68_item-list {
    grid-row-gap: 2.5rem;
  }

  .uui-layout68_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

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

  .uui-layout66_item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout66_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .uui-layout66_image {
    display: none;
  }

  .div-block-3 {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .div-block-4 {
    padding-bottom: 100px;
  }

  .rt-hero-heading-2 {
    max-width: 400px;
  }

  .rt-hero-text-section-2 {
    padding-top: 15px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-4 {
    margin-bottom: 32px;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .spark-dropdown-text {
    padding: 24px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 18px;
  }

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

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

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

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first, .brix---accordion-item-wrapper-v5-last {
    padding: 48px 0;
  }

  .brix---accordion-big-number {
    width: 100px;
    font-size: 32px;
    line-height: 42px;
  }

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

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

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

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

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first, .brix---accordion-item-wrapper-v3-last {
    padding: 36px 0;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

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

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .brix---tabs-content-card {
    padding-top: 0;
    padding-bottom: 32px;
  }

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

  .brix---tab-small-center {
    justify-content: center;
    margin: 10px 0;
  }

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

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

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

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-content-card-2 {
    padding-top: 30px;
    padding-bottom: 32px;
  }

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

  .rt-service-three-animated-image {
    width: 100%;
  }

  .rt-heading-six-24 {
    font-size: 17px;
    line-height: 27px;
  }

  .rt-service-three-animated-image-block {
    width: 100%;
    max-width: none;
  }

  .rt-service-three-animated-image-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-service-three-animated-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
  }

  .rt-home-one-service-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-circle-button-2 {
    min-width: 50px;
    min-height: 50px;
  }

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

  .rt-home-one-personalized-client-flex {
    flex-wrap: wrap;
  }

  .rt-home-one-personalized-card {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .rt-home-one-personalized-card-body {
    padding-bottom: 35px;
  }

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

  .rt-tab-line-four {
    display: none;
  }

  .rt-home-one-business-accordion-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-tab-line-three, .rt-tab-line-one, .rt-tab-line-two {
    display: none;
  }

  .rt-home-one-business-wrap {
    align-items: flex-start;
  }

  .rt-accordion-tab-wrap {
    padding-right: 30px;
  }

  .rt-tabs-menu-2.rt-with-border {
    border-right-style: none;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 0;
  }

  .rt-service-one-tabs {
    flex-direction: column;
  }

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

  .rt-tab-link-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-home-two-data-science-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-posibilities.rt-active.rt-design-card-block {
    height: auto;
  }

  .rt-words-section {
    align-items: stretch;
  }

  .rt-home-four-words-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-one-service-grid {
    grid-template-columns: 1fr;
  }

  .rt-ninth-text-section {
    justify-content: center;
    align-items: center;
  }

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

  .rt-up-counter-sections {
    flex-flow: row;
    display: flex;
  }

  .rt-counter-block {
    width: 50%;
  }

  .rt-four-counter-section {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rt-down-counter-sections {
    flex-flow: row;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .rt-logis-paragraph {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .rt-logis-paragraph.rt-para-four {
    margin-bottom: 30px;
  }

  .rt-booking-main-wrap {
    flex-flow: column;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .image-3 {
    max-width: 50%;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .uui-page-padding {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .uui-heading-xlarge.text-color-white {
    font-size: 2.2rem;
  }

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

  .uui-heroheader07_image-wrapper {
    height: 22rem;
  }

  .uui-heroheader07_card-image-01, .uui-heroheader07_card-image-02 {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader07_light-overlay {
    width: 64rem;
    min-width: 64rem;
    bottom: -140%;
    right: auto;
  }

  .uui-section_heroheader07 {
    height: 65vh;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
  }

  .cf-connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-close-text, .cf-logos-social {
    display: none;
  }

  .cf-logos-social.open-nav {
    background-image: none;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .cf-logos-social.open-nav-middle {
    background-image: none;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-close-button {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-navigation-4-container {
    max-width: none;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-connect-text {
    font-size: 18px;
  }

  .cf-brand-logo-nav-menu {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    inset: auto 0% -15px 75px;
  }

  .rt-progress-bar-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-designed-text {
    display: none;
  }

  .rt-footer-one-box-main {
    grid-template-columns: 1.5fr;
  }

  .rt-email-field {
    min-width: auto;
  }

  .rt-email-field.rt-footer-email-field {
    min-width: auto;
    display: none;
  }

  .rt-footer-link-heading {
    padding-bottom: 10px;
  }

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

  .rt-designed-text-2 {
    text-align: left;
  }

  .rt-footer-three-main {
    flex-flow: column;
  }

  .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-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 30px;
  }

  .cf-82px-heading {
    max-width: 100%;
    font-size: 28px;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .rt-component-section-4 {
    padding-bottom: 40px;
  }

  .rt-second-section-icon-divider {
    margin-bottom: -40px;
  }

  .rt-second-section-icon-divider.rt-icon-divider-two {
    height: auto;
    margin-bottom: -40px;
  }

  .rt-icon-content-box-content {
    text-align: center;
  }

  .rt-icon-content-box {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-second-section-icon-box.rt-two-icon-box, .rt-second-section-icon-box.rt-one-icon-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rt-second-icon-box-section-heading {
    text-align: center;
    line-height: 45px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cta {
    padding-bottom: 60px;
  }

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    max-width: 100%;
    font-size: 30px;
    line-height: 44px;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-form-heading {
    text-align: left;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .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-footer-info-contain {
    align-items: center;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-service-paragraph, .cf-service-heading {
    text-align: center;
  }

  .cf-features-section-3-wrapper {
    text-align: left;
  }

  .cf-connect-wrapper-2 {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-close-text-2, .cf-logos-social-2 {
    display: none;
  }

  .cf-logos-social-2.open-nav {
    background-image: none;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .cf-logos-social-2.open-nav-middle {
    background-image: none;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-close-contain-2 {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-nav-4-links-container-2 {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .cf-brand-logo-5 {
    width: 50%;
    padding-left: 0;
  }

  .cf-close-button-2 {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-navigation-4-container-2 {
    max-width: none;
  }

  .cf-nav-4-links-left-container-2 {
    width: auto;
    margin-right: 0;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-connect-text-2 {
    font-size: 18px;
  }

  .cf-brand-logo-nav-menu-2 {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    inset: auto 0% -15px 75px;
  }

  .cf-navigation-1-dropdown-container {
    grid-template-columns: 1fr;
  }

  .cf-navigation-1-number-subtext {
    margin-top: 5px;
    margin-right: 16px;
  }

  .cf-navigation-1-link {
    font-size: 16px;
  }

  .cf-navigation-1-link-heading {
    font-size: 28px;
  }

  .cf-navigation-1-dropdown {
    font-size: 16px;
  }

  .cf-navigation-1-arrow-image {
    width: 30px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-menu-navigation-wrap-3 {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .rt-footer-one-copyright-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .rt-footer-one-text-wrapper {
    padding-right: 0;
  }

  .rt-footer-one-contact-wrapper {
    flex: 1;
  }

  .a-h1-heading {
    width: 100%;
    margin-top: 15px;
    font-size: 32px;
  }

  .a-margin-bottom-48 {
    width: 60vw;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .a-section-header {
    background-image: url('../images/ai_howitworks.png');
    background-position: 40vw;
    background-repeat: repeat-y;
    background-size: auto 80vh;
    background-attachment: scroll;
    height: 80vh;
    margin-top: 0;
    padding-top: 72px;
  }

  .text-span-2 {
    text-indent: 0;
    width: 100%;
    height: 0;
    font-size: 16px;
    line-height: 10px;
  }

  .cf-connect-wrapper-3 {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-close-text-3, .cf-logos-social-3 {
    display: none;
  }

  .cf-logos-social-3.open-nav {
    background-image: none;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .cf-logos-social-3.open-nav-middle {
    background-image: none;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-close-contain-3 {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-nav-4-links-container-3 {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .cf-brand-logo-6 {
    width: 50%;
    padding-left: 0;
  }

  .cf-close-button-3 {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-navigation-4-container-3 {
    max-width: none;
  }

  .cf-nav-4-links-left-container-3 {
    width: auto;
    margin-right: 0;
  }

  .cf-menu-navigation-wrap-4 {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-connect-text-3 {
    font-size: 18px;
  }

  .cf-brand-logo-nav-menu-3 {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    inset: auto 0% -15px 75px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    margin-bottom: 0;
    padding: 0 20px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    margin-top: 3rem;
    font-size: 2.5rem;
  }

  .spark-three-column-grid {
    display: none;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .a-button-primary-2 {
    width: 100%;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  }

  .icon {
    color: var(--wd_menta);
  }

  .cf-home-tab-link {
    padding-left: 0;
    padding-right: 0;
    font-family: Epilogue, sans-serif;
  }

  .cf-home-tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-features-4-tabs-wrapper {
    background-color: #0000;
    padding-top: 0;
  }

  .cf-tabs-header-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .cf-tabs-menu {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .cf-tabs-right-tab {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-tabs-left-wrap {
    padding: 0 15px 40px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .bold-text-7 {
    font-weight: 300;
  }

  .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-section-4 {
    margin-bottom: 100px;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-testimonial-top-heading {
    font-size: 30px;
  }

  .uui-text-size-medium {
    color: var(--untitled-ui--white);
    font-family: Epilogue, sans-serif;
    font-weight: 300;
  }

  .uui-layout68_component {
    grid-template-columns: 1fr;
  }

  .uui-icon-featured-outline-large-2 {
    text-align: center;
    background-color: #0000;
    border-style: none;
    width: 3.5rem;
    height: 3.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
  }

  .uui-heading-xsmall-2 {
    color: var(--wd_red);
    font-family: Epilogue, sans-serif;
  }

  .uui-layout66_item-icon-wrapper {
    text-align: center;
  }

  .uui-layout66_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout66_image {
    display: none;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-4 {
    padding-top: 100px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-900-width-2.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-family: Epilogue, sans-serif;
    font-size: 16px;
  }

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

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

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

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

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

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---accordion-big-number {
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

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

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

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

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

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

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

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

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

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

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

  .brix---tabs-content-card {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .brix---tab-small-center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tab-small-center.w--current {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 0px;
  }

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

  .brix---tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---tabs-content-card-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .rt-icon-in {
    opacity: 0;
  }

  .rt-home-one-service-items {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .rt-service-images.rt-overflow-hidden-2 {
    width: 100%;
  }

  .rt-icon-out-3.rt-icont-out-display-off-and-display-on-in-mobile-view {
    display: block;
  }

  .rt-service-image-two {
    width: 100%;
    height: auto;
    display: none;
  }

  .rt-service-items-image-one {
    width: 100%;
    height: auto;
  }

  .rt-circle-button-2 {
    background-color: #6d4545;
    border-color: #6d4545;
  }

  .rt-home-one-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-home-service-name-wrapper {
    max-width: 250px;
  }

  .rt-home-two-service-card-four, .rt-home-two-service-card-two {
    height: 411px;
  }

  .rt-home-two-service-text-main {
    padding: 20px;
  }

  .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    height: 411px;
  }

  .rt-tab-line-four {
    display: none;
  }

  .rt-home-one-business-accordion-contain {
    text-align: center;
    flex-flow: column;
  }

  .rt-tab-line-three, .rt-tab-line-one, .rt-tab-line-two {
    display: none;
  }

  .rt-home-one-choose-us-heading {
    margin-bottom: 10px;
  }

  .rt-tab-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-home-one-business-wrap {
    align-items: flex-start;
  }

  .rt-accordion-tab-wrap {
    border-bottom: 1px solid #cacaca;
    border-right-width: 0;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-bottom: 30px;
  }

  .rt-service-one-tabs {
    display: block;
  }

  .rt-counter-box.rt-mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-our-service-top-right-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-up-counter-sections {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .rt-counter-block {
    width: 100%;
    min-width: 100%;
  }

  .rt-down-counter-sections {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

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

  .rt-first-picture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-last-image {
    margin-top: 10px;
    margin-left: 0;
  }

  .rt-second-picture {
    margin-top: 10px;
  }

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

  .rt-main-box-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .cf-growth-wrapper {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    font-size: 24px;
    display: block;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    width: 90%;
    padding-top: 0;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .image-3 {
    max-width: 50%;
    margin-left: 0;
  }
}

#w-node-_96066411-689b-b334-0d6c-3476956377a7-976f3703, #w-node-_96066411-689b-b334-0d6c-3476956377ad-976f3703, #w-node-_96066411-689b-b334-0d6c-3476956377b3-976f3703 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc641279-ec5e-77f4-bc58-554a7db25d1d-976f3703 {
  align-self: auto;
}

#w-node-cc641279-ec5e-77f4-bc58-554a7db25d21-976f3703, #w-node-cc641279-ec5e-77f4-bc58-554a7db25d2b-976f3703, #w-node-cc641279-ec5e-77f4-bc58-554a7db25d35-976f3703 {
  align-self: start;
}

#w-node-_97a536c1-88ad-ce2e-06b2-ed814b3c7997-976f3703 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-baf3cec2-cbc9-0f64-889b-f093e9868e81-976f3703 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-baf3cec2-cbc9-0f64-889b-f093e9868e9a-976f3703, #w-node-baf3cec2-cbc9-0f64-889b-f093e9868e94-976f3703, #w-node-baf3cec2-cbc9-0f64-889b-f093e9868e8e-976f3703 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_121918ed-25c8-8ee4-d141-a0fc308acf2a-976f3703 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_121918ed-25c8-8ee4-d141-a0fc308acf2a-976f3703 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc641279-ec5e-77f4-bc58-554a7db25d1f-976f3703 {
    order: -9999;
  }

  #w-node-_97a536c1-88ad-ce2e-06b2-ed814b3c7997-976f3703, #w-node-baf3cec2-cbc9-0f64-889b-f093e9868e81-976f3703 {
    grid-column: span 1 / span 1;
  }

  #w-node-_121918ed-25c8-8ee4-d141-a0fc308acf0f-976f3703 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_97a536c1-88ad-ce2e-06b2-ed814b3c7997-976f3703 {
    grid-area: Area;
  }
}


