:root {
  --untitled-ui--gray600: #475467;
  --bluelogo: #0f58a7;
  --purplelogo: #593694;
  --orangelogo: #ea7a32;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--white: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --flowui-component-library--white: white;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--success700: #027a48;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary50: #f9f5ff;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-200: #f3f5fb;
}

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

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

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

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

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

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

.button-dropdown {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #212324;
  background-color: #fff0;
  border-radius: .8rem;
  justify-content: space-between;
  align-items: center;
  min-width: 13rem;
  padding: 1.5rem 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-dropdown:hover {
  color: #156df5;
}

.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.hide-mobile-landscape {
  color: var(--bluelogo);
  line-height: 1.25;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar08_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navigationbar {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #0000;
  align-items: center;
  min-height: 5rem;
  padding-top: 35px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar08_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.uui-navbar08_logo-link {
  padding-left: 0;
}

.uui-navbar08_link {
  color: #0f58a7;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  transition: all .3s;
}

.uui-navbar08_link:hover {
  color: #ea7a32;
  text-align: left;
}

.uui-navbar08_link.w--current, .uui-navbar08_link.last {
  color: var(--bluelogo);
}

.uui-navbar08_link.last:hover, .uui-navbar08_link.last.w--current {
  color: var(--orangelogo);
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar08_dropdown-toggle {
  color: var(--bluelogo);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1.3rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: #ea7a32;
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 40rem;
  padding: 1.25rem;
  left: -100%;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-button {
  padding: 0;
}

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

.uui-navbar08_item-heading {
  color: var(--purplelogo);
  margin-bottom: .25rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

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

.btn-link-wrapper {
  padding: .1rem .8rem .1rem 0;
  display: block;
}

.btn-txt {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  position: relative;
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.c-20 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #ea7a32;
  border: 1px solid #ffffff80;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-weight: 600;
  transition: background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.c-20:hover {
  background-color: #0f58a7;
  border-color: #fffc;
}

.panel {
  filter: none;
  background-image: radial-gradient(circle farthest-side at 0 0, #ea7a32, #0000), radial-gradient(circle at 50% 0, #593694, #0000 58%), radial-gradient(circle farthest-side at 100% 0, #0f58a7, #0000);
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  padding: 80px;
  display: flex;
  position: relative;
}

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

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

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

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---heading-h1-size {
  color: #593694;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 48px;
}

.brix---paragraph-default {
  color: #0f58a7;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.brix---grid-hero-v16 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.herosection {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.mainmargin {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.text-span {
  color: #ea7a32;
}

.image {
  border-radius: 25px;
  max-width: 100%;
  box-shadow: 0 2px 5px 2px #0003;
}

.img {
  color: var(--orangelogo);
}

.uui-heading-large {
  color: var(--orangelogo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.aboutcompany {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

.text-span-2 {
  color: var(--orangelogo);
  font-weight: 700;
}

.brix---paragraph-default-copy {
  color: #0f58a7;
  max-width: 90ch;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.brix---paragraph-default-copy._1 {
  font-size: 14px;
  line-height: 20px;
}

.uui-text-align-center-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-text-size-medium {
  color: var(--bluelogo);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-layout32_progress-bar {
  background-color: var(--orangelogo);
  width: 2px;
  height: 105%;
}

.uui-layout32_progress-bar-wrapper {
  background-color: var(--untitled-ui--gray200);
  width: 2px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-layout32_content-left {
  position: sticky;
  top: 0;
}

.uui-layout32_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.ourservicessection {
  padding-top: 100px;
  padding-bottom: 50px;
}

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

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

.text-span-3 {
  color: var(--bluelogo);
  font-weight: 500;
}

.paragraph {
  color: var(--bluelogo);
  margin-top: 5px;
  font-size: 16px;
}

.paragraph._2 {
  font-weight: 500;
}

.brix---text-300-bold {
  color: var(--orangelogo);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

.brix---card-testimonial-v6 {
  z-index: 7;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 98px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px 2px #0003;
}

.brix---hidden-desktop {
  display: none;
}

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

.brix---avatar-circle-05-border {
  border: 6px solid #fff;
  border-radius: 50%;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 8px 28px #14142b1a;
}

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

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 100px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #0003;
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

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

.brix---text-200-medium {
  color: var(--purplelogo);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

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

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

.brix---slider-mask {
  height: 100%;
}

.testimonialsections {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---paragraph-default-5 {
  color: var(--bluelogo);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

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

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

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slider-item-pd {
  padding: 15px;
}

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

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

.brix---btn-slider-arrow-right---testimonial-v6 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 100px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #0003;
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

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

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

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

.faqsection {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}

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

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-btn-vertical-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---paragraph-default-2 {
  color: var(--bluelogo);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

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

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

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

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

.brix---accordion-btn-horizontal-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

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

.brix---accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #0003;
}

.brix---accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---accordion-title {
  color: var(--orangelogo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---btn-circle-accordion-btn {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  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;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--purplelogo);
}

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

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---social-icon-square-30px-2 {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---footer-link {
  color: var(--bluelogo);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--orangelogo);
}

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

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

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

.section {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.section.x-dark {
  z-index: 1;
  background-color: var(--bluelogo);
  height: 80vh;
  padding-top: 40px;
}

.divider {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.divider---half {
  flex: 1;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.divider---half.x-right {
  transform-origin: 50% 0;
  background-color: #fff;
  transform: rotate(180deg);
}

.divider---wave {
  background-color: #fff;
  border-radius: 50%;
  width: 200%;
  height: 1496%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.divider---wave.x-right {
  background-color: var(--bluelogo);
}

.brix---heading-h1-size-copy {
  color: var(--orangelogo);
  text-align: left;
  max-width: 18ch;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 48px;
}

.brix---paragraph-default-copy {
  color: #0f58a7;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.brix---paragraph-default-copy-copy {
  color: var(--bluelogo);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.brix---paragraph-default-copy-copy._10 {
  text-align: center;
  max-width: 46ch;
  line-height: 19px;
}

.brix---paragraph-default-copy-copy._10._9 {
  max-width: 83ch;
}

.text-span-5 {
  color: var(--orangelogo);
  font-weight: 700;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.f-feature-card-large {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 8px 2px #0003;
}

.f-feature-card-large._2 {
  margin-top: 20px;
}

.f-margin-bottom-40 {
  margin-bottom: 20px;
}

.f-feature-icon-round {
  background-color: var(--orangelogo);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.image-3 {
  height: 50px;
}

.uui-heading-large-copy._5 {
  font-size: 35px;
}

.uui-heading-large-copy {
  color: var(--orangelogo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.uui-heading-large-copy._5 {
  margin-bottom: .4rem;
}

.code-embed {
  margin-bottom: 100px;
  display: none;
}

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

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

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

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: var(--bluelogo);
  text-align: center;
  letter-spacing: -.025em;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.full-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  margin-left: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  max-width: 450px;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.heading {
  color: var(--orangelogo);
  text-align: center;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.sticky-container {
  width: 100%;
  height: 100vw;
  display: flex;
  position: relative;
  top: -100px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.rt-category-cards-text-2 {
  color: var(--orangelogo);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

.herosectionservices {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #0000;
  width: 100%;
  padding: 100px 15px 80px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

.rt-home-one-about-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.rt-home-one-about-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-about-card-overlay {
  background-color: #f9f9f9;
  width: 65%;
  height: 110%;
  position: absolute;
  inset: 0% -5% auto auto;
  transform: skew(-11deg);
}

.rt-about-card-overlay.rt-card-overlay-grey {
  background-color: var(--orangelogo);
  right: -6%;
}

.rt-about-card-overlay.rt-card-overlay-orange {
  background-color: #fff;
  right: -7%;
}

.rt-home-one-about-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-home-one-about-card-text {
  z-index: 10;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 25px 20px 0;
  display: flex;
  position: relative;
}

.rt-home-about-card-description {
  color: var(--bluelogo);
  max-width: 266px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

.rt-marquee-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.rt-marquee-three {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rt-marquee-left-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-marquee-left-text.rt-heading-one {
  font-size: 6.25rem;
  line-height: 5rem;
}

.rt-marquee-left-text.rt-heading-one.rt-color-black.rt-no-wrap {
  color: var(--bluelogo);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.rt-marquee-divider {
  background-color: #cfcfcf;
  height: 1px;
}

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

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

.rt-marquee-divider.rt-margin-top-twenty.rt-margin-bottom-twenty.rt-bg-color-black {
  background-color: var(--purplelogo);
  color: var(--purplelogo);
}

.rt-heading-one {
  color: #fff;
  text-transform: uppercase;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 5rem;
}

.rt-heading-one.rt-color-black {
  color: #141517;
}

.rt-heading-one.rt-color-black.rt-no-wrap {
  white-space: nowrap;
}

.rt-heading-one.rt-color-black.rt-no-wrap.rt-change-stroke-copy {
  color: var(--orangelogo);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #141517;
  font-family: Montserrat, sans-serif;
}

.rt-overflow-hidden-2 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.rt-color-black {
  color: #141517;
}

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

.heading-4 {
  color: var(--orangelogo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
}

.paragraph-3 {
  color: var(--bluelogo);
  text-align: center;
  max-width: 87ch;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

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

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

.rt-category-cards-text-3.rt-text-white-2.rt-text-lowercase {
  text-transform: none;
}

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

.rt-heading-six.rt-project-text {
  color: var(--orangelogo);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

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

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

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

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

.rt-button-five.rt-banner-one-button {
  height: 58px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.rt-hero-button-icon-two {
  background-color: var(--orangelogo);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-service-one-scroll-bg-wrapper-two {
  background-image: linear-gradient(#191b1dbf, #191b1dbf), url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  padding: 150px 15px 128px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  transform-origin: 50% 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 120px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
  background-image: radial-gradient(circle, #00000094, #0f58a773), url('../images/ChatGPT-Image-Apr-20-2025-02_24_47-PM_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 30px;
  box-shadow: 0 2px 5px 2px #0006;
}

.rt-service-three-contact-heading {
  color: #fff;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
}

.rt-service-three-connect-block {
  flex: 1;
  max-width: 450px;
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-divider.rt-service-three-contact-divider {
  background-color: #fff6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.rt-service-three-contact-details-block {
  flex: 1;
  max-width: 330px;
}

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

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.waves---subtitle-copy-copy {
  color: var(--bluelogo);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
}

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

.uui-heroheader01_component.contactus {
  grid-template-columns: 1fr;
}

.cf-features-section-2-heading {
  color: var(--orangelogo);
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 115%;
}

.mainmargin-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
  overflow: visible;
}

.herosectionpage {
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-text-style-link-02-2 {
  color: var(--bluelogo);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall-8 {
  color: var(--flowui-component-library--white);
  width: 1.5rem;
  height: 1.5rem;
}

.text-block-17 {
  color: #fff;
}

.uui-button-wrapper.max-width-full-mobile-landscape {
  display: flex;
}

.uui-button-wrapper.max-width-full-mobile-landscape._2nd {
  justify-content: flex-start;
  align-items: center;
}

.mainmargin-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contactusform {
  padding-top: 50px;
  padding-bottom: 250px;
}

.uui-heading-xxsmall-2 {
  color: var(--purplelogo);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact07_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.uui-icon-1x1-xsmall-7 {
  color: var(--flowui-component-library--white);
  width: 1.5rem;
  height: 1.5rem;
}

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

.bold-text-8 {
  color: var(--bluelogo);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.code-embed-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.icon-featured-large {
  background-color: var(--orangelogo);
  color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.uui-padding-vertical-xhuge-4 {
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.uui-text-size-large-7 {
  color: var(--bluelogo);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-medium-7 {
  color: var(--orangelogo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d7be59;
  border-radius: 25px;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  filter: drop-shadow(0 2px 5px #fff);
  color: #000;
  background-color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary._12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #16c549;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 20px;
  display: flex;
}

.svg-7.mainbutton {
  color: #fff;
  width: 1.4rem;
}

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

.uui-text-style-link-02-3 {
  color: var(--bluelogo);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.uui-contact07_item-2 {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .brix---footer-list-wrapper-horizontal {
    place-content: stretch center;
    align-items: center;
    padding-left: 100px;
  }

  .footersection {
    background-color: #f7f7f7;
  }

  .uui-text-style-link-02-2 {
    color: var(--bluelogo);
    font-family: Montserrat, sans-serif;
  }

  .uui-icon-1x1-xsmall-8 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .uui-heading-xxsmall-2 {
    color: var(--purplelogo);
    font-family: Montserrat, sans-serif;
  }

  .uui-icon-1x1-xsmall-7 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
  }

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

  .icon-featured-large {
    background-color: var(--orangelogo);
    color: #fff;
  }

  .uui-text-size-large-7 {
    color: var(--bluelogo);
    font-family: Montserrat, sans-serif;
  }

  .uui-heading-medium-7 {
    color: var(--orangelogo);
    font-family: Montserrat, sans-serif;
  }

  .uui-text-style-link-02-3 {
    color: var(--bluelogo);
  }
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v16 {
    grid-column-gap: 90px;
  }

  .herosection {
    padding-top: 200px;
  }

  .brix---paragraph-default-copy {
    max-width: 90ch;
  }

  .uui-text-align-center-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-text-style-link-02-2 {
    color: var(--bluelogo);
    font-family: Montserrat, sans-serif;
  }

  .uui-icon-1x1-xsmall-8 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .uui-heading-xxsmall-2 {
    color: var(--purplelogo);
    font-family: Montserrat, sans-serif;
  }

  .uui-icon-1x1-xsmall-7 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .icon-featured-large {
    background-color: var(--orangelogo);
  }

  .uui-text-size-large-7 {
    color: var(--bluelogo);
  }

  .uui-heading-medium-7 {
    color: var(--orangelogo);
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .rt-marquee-left-text.rt-heading-one, .rt-heading-one {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px) {
  .uui-dropdown-icon {
    color: var(--bluelogo);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--purplelogo);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--bluelogo);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--orangelogo);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_link {
    color: var(--bluelogo);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--orangelogo);
  }

  .uui-navbar08_link.last {
    color: var(--bluelogo);
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2.8rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--bluelogo);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--orangelogo);
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar08_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .brix---heading-h1-size {
    text-align: center;
    max-width: 24ch;
    font-size: 46px;
    line-height: 48px;
  }

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

  .brix---grid-hero-v16 {
    grid-column-gap: 80px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .herosection {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .image {
    max-width: 100%;
  }

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

  .page {
    padding-top: 100px;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

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

  .paragraph {
    text-align: left;
    font-size: 15px;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    margin-left: 0;
  }

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

  .brix---slider-mask {
    position: static;
  }

  .testimonialsections {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .brix---btn-slider-arrow-right---testimonial-v6 {
    margin-right: 0;
  }

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

  .faqsection {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .brix---footer-list-wrapper-horizontal {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

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

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

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

  .section.x-dark {
    height: 122vh;
    margin-top: 100px;
    padding-top: 0;
  }

  .divider {
    display: none;
  }

  .brix---heading-h1-size-copy {
    text-align: center;
    text-align: center;
    max-width: 24ch;
    font-size: 46px;
    line-height: 48px;
  }

  .brix---paragraph-default-copy {
    text-align: center;
  }

  .brix---paragraph-default-copy-copy {
    text-align: center;
    font-size: 15px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-feature-card-large._2 {
    margin-top: 40px;
  }

  .uui-heading-large-copy {
    font-size: 2.75rem;
  }

  .code-embed {
    padding-top: 120px;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    margin-bottom: 100px;
    bottom: 0%;
    right: auto;
  }

  .sticky-container {
    height: 300vw;
  }

  .rt-home-one-about-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-home-one-about-card-text {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-marquee-left-text.rt-heading-one, .rt-heading-one {
    font-size: 4.6rem;
  }

  .code-embed-2 {
    position: absolute;
  }

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

  .rt-service-one-scroll-bg-wrapper-two {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
    background-attachment: scroll, scroll;
  }

  .rt-service-three-contact-heading {
    margin-bottom: 25px;
    font-size: 29px;
    line-height: 34px;
  }

  .waves---subtitle-copy-copy {
    max-width: 60ch;
    font-size: 18px;
  }

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

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 65px;
  }

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

  .herosectionpage {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    text-align: center;
    display: flex;
  }

  .contactusform {
    padding-top: 0;
  }

  .uui-contact07_component-2 {
    grid-column-gap: 3rem;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

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

@media screen and (max-width: 767px) {
  .uui-text-size-small.hide-mobile-landscape {
    display: block;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navigationbar {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }

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

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

  .brix---paragraph-default {
    font-size: 15px;
    line-height: 20px;
  }

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

  .herosection {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .page {
    padding-top: 50px;
  }

  .uui-heading-large {
    text-align: center;
    font-size: 2.25rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

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

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

  .uui-layout32_content-left {
    position: static;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-space-medium {
    min-height: .5rem;
  }

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

  .paragraph {
    text-align: center;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -86px 36%;
  }

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

  .testimonialsections {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -86px auto;
  }

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

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

  .faqsection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .brix---grid-footer-3-cols {
    place-items: center stretch;
  }

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

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

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

  .section {
    height: auto;
    position: static;
  }

  .section.x-dark {
    background-color: #0000;
    height: auto;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: static;
  }

  .brix---heading-h1-size-copy {
    margin-bottom: 12px;
    font-size: 33px;
    line-height: 31px;
  }

  .brix---paragraph-default-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .brix---paragraph-default-copy-copy {
    font-size: 13px;
    line-height: 20px;
  }

  .uui-heading-large-copy {
    text-align: center;
    text-align: center;
    font-size: 2.25rem;
  }

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

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .sticky-container {
    height: auto;
    padding-top: 50px;
    top: 0;
  }

  .rt-heading-one {
    font-size: 70px;
    line-height: 70px;
  }

  .rt-heading-one.rt-color-black.rt-no-wrap.rt-change-stroke-copy {
    font-size: 4.6rem;
  }

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

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-service-three-contact-heading {
    text-align: center;
  }

  .rt-service-three-connect-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .rt-divider.rt-service-three-contact-divider {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .rt-service-three-contact-details-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .rt-service-three-contact {
    justify-content: center;
    align-items: center;
  }

  .waves---subtitle-copy-copy {
    max-width: 55ch;
    font-size: 15px;
    line-height: 25px;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 55px;
  }

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

  .uui-button-wrapper.max-width-full-mobile-landscape {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape._2nd {
    justify-content: center;
    align-items: center;
  }

  .contactusform {
    padding-bottom: 0;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact07_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-max-width-large-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

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

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

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

  .svg-7 {
    width: 5%;
  }

  .uui-contact07_contact-list-2 {
    grid-row-gap: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

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

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

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

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

  .brix---paragraph-default {
    font-size: 13px;
    line-height: 19px;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 15px;
  }

  .herosection {
    padding-top: 50px;
    padding-bottom: 96px;
  }

  .page {
    padding-top: 0;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

  .brix---card-testimonial-v6 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

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

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

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

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

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

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

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

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---footer-list-wrapper-horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .brix---grid-footer-3-cols {
    place-items: center stretch;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-link {
    font-size: 20px;
    line-height: 19px;
  }

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

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

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

  .section {
    padding-top: 50px;
  }

  .section.x-dark {
    background-color: #0000;
    margin-top: 80px;
  }

  .brix---heading-h1-size-copy {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 27px;
  }

  .brix---paragraph-default-copy {
    font-size: 13px;
    line-height: 19px;
  }

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

  .brix---paragraph-default-copy-copy._10._9 {
    max-width: 83ch;
  }

  .f-feature-card-large {
    min-height: 260px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-feature-icon-round {
    width: 60px;
    height: 60px;
  }

  .image-4 {
    max-width: 70%;
  }

  .description {
    font-size: .9rem;
  }

  .heading {
    font-size: 1.6rem;
  }

  .sticky-container {
    height: auto;
    padding-bottom: 50px;
  }

  .rt-category-cards-text-2 {
    text-align: center;
    font-size: 24px;
  }

  .rt-home-one-about-cards {
    border-radius: 25px;
    grid-template-columns: 1fr;
    box-shadow: 0 2px 5px 2px #0003;
  }

  .rt-about-card-overlay {
    display: none;
  }

  .rt-home-one-about-card-image {
    width: 100%;
  }

  .rt-home-one-about-card-text {
    background-color: #f9f9f9;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5px;
  }

  .rt-home-about-card-description {
    text-align: center;
    max-width: 29ch;
    font-size: 15px;
    line-height: 17px;
  }

  .rt-marquee-one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-marquee-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: visible;
  }

  .rt-heading-one {
    font-size: 45px;
    line-height: 45px;
  }

  .rt-heading-one.rt-color-black.rt-no-wrap.rt-change-stroke-copy {
    font-size: 4.6rem;
  }

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

  .rt-category-cards-text-3.rt-text-white-2, .rt-category-cards-text-3.rt-text-white-2.rt-text-lowercase {
    font-size: 16px;
  }

  .rt-heading-six.rt-project-text {
    font-size: 20px;
  }

  .rt-hero-button-text {
    font-size: 14px;
    line-height: 27px;
  }

  .rt-service-three-contact-heading {
    font-size: 25px;
    line-height: 29px;
  }

  .rt-divider.rt-service-three-contact-divider {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .rt-service-three-contact-details-block {
    justify-content: center;
    align-items: center;
  }

  .waves---subtitle-copy-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .herosectionpage {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .uui-text-size-large-7, .uui-heading-medium-7 {
    text-align: center;
  }

  .button-primary {
    font-size: 11px;
  }

  .button-primary._12 {
    justify-content: center;
    align-items: center;
  }

  .svg-7 {
    width: 20%;
  }

  .svg-7.mainbutton {
    width: 8%;
  }
}

#w-node-_71c45b69-1488-4c35-24ee-eef86f66a412-9ebe81bf {
  place-self: center;
}

#w-node-e8dc9449-261a-7a92-248f-a4ce771360e6-771360e0, #w-node-_17a9b240-a970-dbeb-66c2-568f70162725-701626f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_363f9d95-a1c8-e6ce-93ed-8ec4841c481c-b3fe151e {
  place-self: center;
}

#w-node-_3ba40058-7626-ecf9-d9ba-0279b3d1f60f-396b6e67 {
  place-self: auto center;
}

#w-node-_328e1e0d-d2d2-242e-a342-38828b4066fe-396b6e67, #w-node-_328e1e0d-d2d2-242e-a342-38828b406708-396b6e67, #w-node-_328e1e0d-d2d2-242e-a342-38828b406711-396b6e67, #w-node-_328e1e0d-d2d2-242e-a342-38828b40671a-396b6e67 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e8dc9449-261a-7a92-248f-a4ce771360e4-771360e0 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e8dc9449-261a-7a92-248f-a4ce771360e6-771360e0 {
    justify-self: center;
  }

  #w-node-_3ba40058-7626-ecf9-d9ba-0279b3d1f60f-396b6e67 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a67a62e-33ef-7bad-dcc7-6e3e859a0373-abed7742 {
    place-self: auto;
  }
}


