:root {
  --logocolor: #f6d36d;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --radiant-ui-components-library-marketplace--color--white: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --waves-library--black: #131313;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--warning300: #fec84b;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
}

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

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

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

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

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

.body {
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.uui-text-size-small {
  color: #fff;
  letter-spacing: normal;
  max-width: 35ch;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.hide-mobile-landscape {
  color: #fff;
}

.uui-button {
  grid-column-gap: .5rem;
  background-color: var(--logocolor);
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.925rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
}

.uui-button:focus {
  border-color: var(--logocolor);
  box-shadow: 0 0 5px 1px #fff;
}

.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-navbar01_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar01_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

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

.uui-navbar01_link {
  color: #f6d36d;
  text-align: left;
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all .3s;
}

.uui-navbar01_link:hover {
  filter: drop-shadow(0 0 5px #fff);
  color: #fff;
}

.uui-navbar01_link.w--current {
  color: var(--logocolor);
}

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

.uui-navbar01_blog-image-wrapper {
  border-radius: .8rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 11rem;
  height: 6.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar01_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.uui-navbar01_dropdown-toggle {
  color: #f6d36d;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.uui-navbar01_dropdown-toggle:hover {
  filter: drop-shadow(0 0 5px #fff);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
}

.uui-navbar01_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_blog-item:hover {
  background-color: #f9fafb1f;
}

.uui-navbar01_dropdown-content-wrapper {
  z-index: 1;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar01_dropdown-blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.navigationbar {
  background-color: #0000;
  align-items: center;
  min-height: 7rem;
  display: flex;
}

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

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

.uui-navbar01_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar01_dropdown-content-right {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35rem;
  padding: 2rem 0 2rem 1.25rem;
  display: flex;
  position: relative;
}

.uui-navbar01_icon-wrapper {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
}

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

.uui-navbar01_menu-dropdown {
  position: static;
}

.uui-navbar01_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 1rem;
  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-navbar01_dropdown-link:hover {
  background-color: #f9fafb1f;
}

.uui-navbar01_dropdown-right-overlay-absolute {
  background-color: #000;
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

.uui-navbar01_dropdown-list.w--open {
  background-color: #000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

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

.uui-navbar01_item-heading {
  color: #f6d36d;
  margin-bottom: .25rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

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

.uui-navbar01_dropdown-content-heading {
  color: var(--logocolor);
  letter-spacing: normal;
  margin-left: .75rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.image {
  width: 2rem;
  height: 2rem;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.sparklingtextmain {
  color: var(--logocolor);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 100ch;
}

.waves---mg-top-16 {
  margin-top: 0;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#f6d36d57, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, #f6d36d57, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-1 {
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.mainmargin.testi {
  overflow: hidden;
}

.image-2 {
  height: 10rem;
}

.text-span {
  color: #f6d36d;
}

.cf-features-section-2-heading {
  color: var(--logocolor);
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 115%;
}

.cf-service-paragraph {
  color: #fff;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 156%;
}

.cf-service-heading {
  color: var(--logocolor);
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.whatwedo-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.featurebox {
  border: 2px solid var(--logocolor);
  box-shadow: 0 2px 5px 3px var(--logocolor);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 353px;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.containtwwd {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.waves---subtitle-copy {
  color: #fff;
  text-align: center;
  max-width: 80ch;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.grid {
  grid-template-rows: auto;
}

.paragraph {
  color: #fff;
  text-align: left;
  max-width: 50ch;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.imgtiles {
  perspective: 1000px;
  margin-top: 30px;
  position: relative;
}

.image-5 {
  box-shadow: 0 2px 5px 3px var(--logocolor);
  border-radius: 30px;
}

.aboutussection {
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-3 {
  color: var(--logocolor);
  text-align: left;
  max-width: 25ch;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.uui-layout84_left {
  grid-column-gap: 6.1rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.featureboximagebox {
  z-index: 2;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 353px;
  padding: 20px;
  display: flex;
  position: relative;
}

.button-2 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.link-block {
  text-decoration: none;
}

.image-6 {
  flex: 0 auto;
  align-self: auto;
}

.uui-text-align-center-2 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-text-size-small-2 {
  color: var(--logocolor);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.uui-testimonial16_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid var(--logocolor);
  box-shadow: 0 2px 5px 3px var(--logocolor);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-testimonial16_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial16_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial16_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-testimonial16_rating-icon {
  color: var(--logocolor);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_rating-wrapper {
  align-items: center;
  display: flex;
}

.testimonial {
  padding-top: 50px;
  overflow: hidden;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.uui-testimonial16_client-heading {
  color: var(--logocolor);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: var(--logocolor);
  font-weight: 600;
}

.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-48px {
  margin-bottom: 48px;
}

.brix---mg-bottom-0 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

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

.brix---text-center {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

.brix---accordion-arrow-icon {
  max-width: 70%;
}

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

.brix---accordion-item-wrapper-v7 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
  background-color: var(--logocolor);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

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

.cf-features-section-2-heading-copy {
  color: var(--logocolor);
  text-align: center;
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 115%;
}

.svg-3 {
  color: var(--logocolor);
}

.footersection {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.svg-4 {
  color: var(--logocolor);
  width: 30px;
}

.image-10 {
  max-width: 60%;
}

.svg-5 {
  color: var(--logocolor);
  width: 30px;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-link {
  color: var(--logocolor);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #fff;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

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

.rt-tag.rt-margin-bottom-twenty {
  font-family: Poppins, sans-serif;
}

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

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

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

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

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

.rt-heading-three-2.rt-text-white.rt-margin-bottom-fifteen {
  margin-bottom: 20px;
  font-family: Poppins, 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-home-three-cta-main-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 25px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  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, #f6d36d2e, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-home-three-cta-background {
  background-image: url('../images/CTA-bg_1.avif');
  background-position: 50% 100%;
  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-bottom-fifteen {
  margin-bottom: 15px;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.team-intro-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-images-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.team-text-wrapper {
  grid-row-gap: 1em;
  color: #ff3c3a;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 35em;
  height: 100%;
  position: absolute;
}

.team-member-wrapper {
  border-radius: 999em;
  width: 10em;
  height: 10em;
  font-size: 1.3em;
  position: relative;
  box-shadow: 0 44px 5.2em #0000004f;
}

.team-member-wrapper.is-medium {
  font-size: .8em;
}

.team-member-wrapper.is-small {
  font-size: .7em;
}

.text-hide {
  overflow: hidden;
}

.team-member-image {
  filter: blur(.7px);
  object-fit: cover;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-images-column {
  grid-row-gap: 6em;
  flex-direction: column;
  width: 100%;
  max-width: 35%;
  padding-left: 4.5em;
  padding-right: 4.5em;
  display: flex;
}

.team-intro-title {
  color: var(--logocolor);
  letter-spacing: .01em;
  font-size: 6em;
  font-weight: 600;
  line-height: 1;
}

.team-intro-title.is-second {
  color: var(--logocolor);
  font-weight: 600;
}

.team-text-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
}

.team-member-item.is-center {
  align-self: center;
}

.team-member-item.is-right {
  align-self: flex-end;
}

.team-title-wrapper {
  margin-bottom: .6em;
}

.text-block, .text-block-3 {
  color: #fff;
  text-transform: none;
  max-width: 40ch;
}

.text-span-10, .text-span-11 {
  color: var(--logocolor);
  font-weight: 600;
}

.flex-block {
  border: 2px solid var(--logocolor);
  box-shadow: 0 2px 5px 3px var(--logocolor);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 40px 23px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.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---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  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;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

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

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

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

.brix---paragraph-default-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  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---button-row-left {
  margin-right: 24px;
}

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

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

.waves---subtitle-copy-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-span-12 {
  color: var(--logocolor);
  font-weight: 600;
}

.brix---color-neutral-801-copy {
  color: var(--elements-webflow-library--neutral--800);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center-copy {
  max-width: 89ch;
  margin-left: auto;
  margin-right: auto;
}

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  margin-top: -50vw;
  left: -57vw;
}

.main-image.first {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -39vw;
  top: -37vh;
  left: -60vw;
}

.main-image.third {
  width: 23vw;
  height: 22vw;
  min-height: 23vw;
  top: 20vh;
  left: 2.3vw;
}

.main-image.sixth {
  width: 22vw;
  height: 25vw;
  min-height: 25vw;
  margin-bottom: -5vw;
  top: -10.6vh;
  left: -9.6vw;
}

.main-image.eight {
  margin-top: -150%;
}

.main-image.seven {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.main-image.fourth {
  width: 15vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -45vw;
  top: 17.4vh;
  left: 58vw;
}

.main-image.second {
  width: 11vw;
  height: auto;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
}

.hero-main-title {
  filter: drop-shadow(0px 2px 5px var(--logocolor));
  color: var(--logocolor);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25vw;
  font-weight: 600;
  line-height: 1;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}

.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}

.hero-images.left, .top-title-overflow {
  position: relative;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.hero-first {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.mainmarginforservices.testi {
  overflow: hidden;
}

.hero-wrapper {
  height: 350vh;
  margin-bottom: 100vh;
  position: relative;
}

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-face {
  background-color: #2b20ff;
  padding: 1rem 1.75rem;
}

.button-face.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #2018bf;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.logo-client {
  filter: invert();
  height: 3rem;
  max-height: 3rem;
}

.button-3d {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.fade-in-wrapper {
  position: relative;
  overflow: hidden;
}

.fade-gradient {
  z-index: 0;
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(90deg, #fff0, #000 25%);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.logo-grid-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-inner {
  position: relative;
}

.subhead-main {
  opacity: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main._80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.section {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section.for-logo {
  background-color: #0000;
  padding: 0 0% 50px;
}

.logo-grid-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-mask {
  max-height: 3.5rem;
  overflow: hidden;
}

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

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

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

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

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

.cf-h2-heading-56px {
  color: var(--logocolor);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

.cf-body---18px {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

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

.cf-h3-heading-40px.margin-bottom-32px {
  color: var(--logocolor);
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.text-block-7 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  color: #fff;
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  color: var(--logocolor);
  font-weight: 600;
}

.uui-text-size-xlarge-3 {
  color: #0f236c;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-xlarge-3._2 {
  color: #fff;
  text-align: center;
}

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

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

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

.uui-heading-xlarge-3 {
  color: #b30003;
  text-align: left;
  max-width: 25ch;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.uui-heading-xlarge-3._2 {
  color: var(--logocolor);
  text-align: center;
}

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

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

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

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

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

.bold-text-3 {
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

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

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

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

.mainmargin-3 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  position: relative;
}

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

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

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

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

.uui-text-size-large-7 {
  color: #fff;
  letter-spacing: normal;
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-8 {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
}

.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;
  border: 2px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 20px;
  display: flex;
}

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

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

.uui-text-style-link-02-2 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.uui-heading-xxsmall {
  color: var(--logocolor);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, 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-contact07_item-2, .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;
}

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

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

.rt-component-section {
  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-overflow-hidden-2 {
  overflow: hidden;
}

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

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

.rt-marquee-left-text.rt-component-heading-two.rt-text-white-2.rt-no-wrap {
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.rt-home-two-portfolio-image-wrapper {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden-2 {
  position: relative;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.rt-home-two-portfolio-image-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-two {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-marquee {
  display: flex;
}

.rt-home-two-portfolio-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  max-width: 1220px;
  height: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-portfolio-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 563px;
  height: 631px;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-one {
  background-image: linear-gradient(#00000059, #00000059), url('../images/');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-two {
  background-image: linear-gradient(#0006, #0006), url('../images/');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  box-shadow: 0 2px 5px #0003;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-three {
  background-image: linear-gradient(#0006, #0006), url('../images/');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-four {
  background-image: linear-gradient(#0006, #0006), url('../images/');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

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

.rt-lightbox-link {
  box-shadow: 0 2px 5px 3px var(--logocolor);
  width: 100%;
  height: 100%;
}

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

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

.gallerysection {
  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-portfolio-round-inside-text {
  z-index: 6;
  color: #fff;
  letter-spacing: -.32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.rt-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-portfolio-main-wrapper {
  cursor: none;
  border-radius: 10px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.rt-portfolio-product-name {
  z-index: 2;
  max-width: 446px;
  position: absolute;
  inset: auto auto 10% 4%;
}

.rt-portfolio-new-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.rt-portfolio-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-one-portfolio-image-overlay {
  pointer-events: none;
  background-image: linear-gradient(0deg, #000c, #0000);
  position: absolute;
  inset: 0%;
}

.rt-portfolio-round-text {
  z-index: 2;
  -webkit-backdrop-filter: blur(32.2px);
  backdrop-filter: blur(32.2px);
  -webkit-text-fill-color: inherit;
  background-color: #0000004d;
  background-clip: content-box;
  border: 1px solid #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 121px;
  text-decoration: none;
  transition: opacity .2s, all .2s;
  display: flex;
  position: absolute;
}

.rt-portfolio-round-text._2 {
  width: 70px;
  height: 70px;
}

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

.uui-button-copy {
  grid-column-gap: .5rem;
  background-color: var(--logocolor);
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: .4rem .725rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-copy:hover {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
}

.uui-button-copy:focus {
  border-color: var(--logocolor);
  box-shadow: 0 0 5px 1px #fff;
}

.text-block-18 {
  font-size: 1.1rem;
}

@media screen and (min-width: 1280px) {
  .uui-text-style-link-02-3 {
    color: #fff;
  }

  .uui-heading-medium-7 {
    color: #d7be59;
    font-family: Exo, sans-serif;
  }

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

  .uui-icon-1x1-xsmall-7 {
    color: #000;
  }

  .uui-text-size-large-7 {
    color: #fff;
    font-family: Exo, sans-serif;
  }

  .uui-icon-1x1-xsmall-8 {
    color: #000;
  }

  .icon-featured-large {
    color: #fff;
    background-color: #d7be59;
  }

  .uui-text-style-link-02-2 {
    color: #fff;
    font-family: Exo, sans-serif;
  }

  .uui-heading-xxsmall {
    color: #d7be59;
    font-family: Exo, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-intro-wrapper {
    max-width: 1300px;
  }

  .team-intro-title {
    color: var(--logocolor);
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .team-intro-title.is-second {
    color: var(--logocolor);
    font-weight: 600;
  }

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

  .brix---color-neutral-801 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---inner-container-600px---center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 120ch;
    display: flex;
  }

  .text-span-12 {
    color: var(--logocolor);
    font-weight: 600;
  }

  .brix---color-neutral-801-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---inner-container-600px---center-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 120ch;
    display: flex;
  }

  .hero-wrapper {
    margin-bottom: 100vh;
  }

  .section.for-logo {
    background-color: #0000;
  }

  .uui-heading-medium-7 {
    color: var(--logocolor);
  }

  .uui-icon-1x1-xsmall-7 {
    color: #150438;
  }

  .uui-text-size-large-7 {
    color: #fff;
  }

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

  .uui-text-style-link-02-2 {
    color: #fff;
    font-family: Exo, sans-serif;
  }

  .uui-heading-xxsmall {
    color: var(--logocolor);
    font-family: Exo, sans-serif;
  }
}

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

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

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .uui-navbar01_link:hover {
    color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  }

  .uui-navbar01_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .uui-navbar01_dropdown-toggle:hover {
    color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  }

  .uui-navbar01_blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_blog-item:hover {
    background-color: #0000;
  }

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

  .uui-navbar01_dropdown-blog-list {
    width: 100%;
  }

  .menu-icon_line-middle {
    background-color: var(--logocolor);
    color: var(--logocolor);
    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;
  }

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

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

  .uui-navbar01_menu {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-top: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2.7rem 5rem 3rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar01_dropdown-content {
    flex-direction: column;
  }

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

  .uui-navbar01_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

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

  .uui-navbar01_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar01_large-item-content {
    width: 100%;
  }

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

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

  .uui-navbar01_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar01_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar01_dropdown-content-heading {
    margin-bottom: 0;
    margin-left: 0;
  }

  .herosectionhome {
    text-align: center;
    padding-top: 0;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .sparklingtextmain {
    font-size: 65px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves---subtitle {
    font-size: 18px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-column-hero-1.column-one {
    width: 48%;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .paragraph {
    text-align: center;
    max-width: 60ch;
    font-size: 15px;
  }

  .heading-3 {
    text-align: center;
    font-size: 35px;
  }

  .uui-layout84_left {
    grid-column-gap: 1.9rem;
    grid-template-columns: 1fr 1fr;
  }

  .featureboximagebox {
    display: none;
  }

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

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

  .faq-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

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

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

  .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-2.w--current {
    justify-content: center;
    align-items: center;
  }

  .footersection {
    padding-bottom: 100px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-footer-grid-social {
    flex: 0 auto;
    place-items: center start;
    width: 100%;
  }

  .image-10 {
    max-width: 30%;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .walsh-footer-link {
    text-align: center;
    text-decoration: none;
  }

  .walsh-footer-link:hover {
    text-decoration: none;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

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

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

  .rt-heading-three-2.rt-text-white.rt-margin-bottom-fifteen {
    font-weight: 600;
  }

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

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

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

  .team-intro-wrapper {
    justify-content: flex-end;
  }

  .team-images-wrapper {
    grid-column-gap: 4.75em;
    justify-content: flex-end;
    padding-bottom: 6em;
    padding-left: 45%;
    overflow: hidden;
  }

  .team-text-wrapper {
    text-align: left;
    max-width: 100%;
    padding-top: 9em;
    padding-bottom: 4em;
    left: 6vw;
    right: 6vw;
  }

  .team-images-column {
    grid-row-gap: 7.5em;
    flex: 1;
    margin-right: -.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .team-intro-title, .team-intro-title.is-second {
    font-size: 13vw;
  }

  .team-text-sticky {
    align-items: flex-start;
    min-height: auto;
    top: 5vh;
  }

  .flex-block {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-top: 20px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    left: -65vw;
  }

  .main-image.first {
    width: 20vw;
    height: 22vw;
    min-height: 22vw;
  }

  .main-image.sixth {
    left: -10vw;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 23vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .subhead-main {
    font-size: 29px;
  }

  .subhead-main._80 {
    max-width: 100%;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

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

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

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

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

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

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

  .contactusform {
    padding-top: 0;
  }

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

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

  .rt-home-two-portfolio-image-wrapper-three {
    padding-bottom: 0;
  }

  .rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-block {
    padding-top: 50px;
  }

  .rt-home-two-portfolio-image-wrapper-two {
    padding-top: 0;
  }

  .rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

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

  .rt-home-two-portfolio-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    height: auto;
  }

  .rt-home-two-portfolio-image {
    height: 400px;
  }

  .rt-home-two-portfolio-image-main.rt-underline-off.rt-background-dark {
    overflow: visible;
  }

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

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

  .rt-portfolio-product-name {
    bottom: 5%;
  }

  .rt-portfolio-round-text {
    display: none;
  }
}

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

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

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

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

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

  .uui-navbar01_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

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

  .uui-navbar01_blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
  }

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

  .uui-navbar01_menu {
    padding-left: 3.2rem;
    padding-right: 2.8rem;
  }

  .menu-icon_component {
    padding-right: 0;
  }

  .uui-navbar01_dropdown-content-right {
    padding: 1.5rem 1rem;
  }

  .uui-navbar01_container {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .sparklingtextmain {
    font-size: 50px;
  }

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

  .image-2 {
    height: 8rem;
  }

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

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .featurebox {
    max-width: 500px;
  }

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

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

  .image-5 {
    max-width: 80%;
  }

  .uui-layout84_left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .uui-heading-xxsmall-2.text-weight-medium {
    font-size: .9rem;
  }

  .uui-testimonial16_content {
    width: 18rem;
    min-width: 18rem;
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_customer-image {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .uui-testimonial16_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

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

  .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .link-block-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-footer-inner {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .rt-home-three-cta-background {
    background-position: 70% 100%;
  }

  .team-member-wrapper {
    box-shadow: 0 15px 6em #0000004f;
  }

  .team-images-column {
    font-size: .7em;
  }

  .team-copy-wrapper {
    width: 36em;
    font-size: .7em;
  }

  .team-intro-title.is-second {
    font-size: 11vw;
  }

  .copy-medium {
    line-height: 1.4em;
  }

  .flex-block {
    padding-top: 20px;
  }

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

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .subhead-main {
    font-size: 22px;
  }

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .uui-text-size-xlarge-3 {
    text-align: center;
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

  .svg-7 {
    width: 5%;
  }

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

  .contactusform {
    padding-bottom: 0;
  }

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

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

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

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

  .uui-button-copy {
    font-size: 1rem;
  }

  .uui-button-copy:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }
}

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

  .uui-navbar01_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01_dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-icon_component {
    padding-right: 0;
  }

  .uui-navbar01_large-item-content {
    margin-top: 1rem;
  }

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

  .herosectionhome {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .sparklingtextmain {
    font-size: 40px;
  }

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

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-2 {
    height: 7rem;
  }

  .whatwedo-section {
    padding-top: 120px;
    padding-bottom: 49px;
  }

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

  .paragraph {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
  }

  .image-5 {
    max-width: 100%;
  }

  .aboutussection {
    padding-top: 20px;
  }

  .heading-3 {
    text-align: center;
    font-size: 27px;
    line-height: 30px;
  }

  .uui-text-size-small-2, .uui-heading-xxsmall-2.text-weight-medium {
    text-align: center;
  }

  .uui-testimonial16_content {
    justify-content: space-between;
    align-items: center;
  }

  .uui-testimonial16_client {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .link-block-2 {
    justify-content: center;
    align-items: center;
  }

  .footersection {
    padding-top: 80px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-three-cta-background {
    background-position: 45% 100%;
  }

  .team-images-wrapper {
    grid-column-gap: 2em;
  }

  .team-images-column {
    font-size: .6em;
  }

  .team-copy-wrapper {
    width: 21em;
    font-size: .7em;
  }

  .flex-block {
    padding-top: 20px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

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

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -65.6vw;
  }

  .main-image.first {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight, .main-image.seven {
    display: none;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    left: 53vw;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .hero-main-title {
    font-size: 38vw;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }

  .hero-interaction {
    margin-top: 92vh;
  }

  .hero-wrapper {
    height: 80vh;
  }

  .subhead-main {
    font-size: 20px;
  }

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

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .uui-text-size-xlarge-3 {
    text-align: center;
    font-size: .9rem;
  }

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

  .uui-heading-xlarge-3 {
    text-align: center;
    font-size: 1.8rem;
  }

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

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

  .svg-7 {
    width: 20%;
  }

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

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

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

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

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

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

  .rt-portfolio-round-text {
    display: none;
  }
}

#w-node-f8471d8d-be64-7d26-c874-0b4dff424c03-2c9a9d78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f8471d8d-be64-7d26-c874-0b4dff424c0c-2c9a9d78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_0ef06fed-ad60-163d-7f27-91d2ffbc07dc-2c9a9d78 {
  align-self: center;
}

#w-node-_731bef4a-2f25-2090-73d8-b6b44331d9f0-4331d9ed {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_731bef4a-2f25-2090-73d8-b6b44331d9f3-4331d9ed {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_731bef4a-2f25-2090-73d8-b6b44331d9f5-4331d9ed {
  justify-self: center;
}

#w-node-_731bef4a-2f25-2090-73d8-b6b44331da02-4331d9ed {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_6f82614e-2edf-dff7-f697-10ca9e98c594-9e98c584, #w-node-_6f82614e-2edf-dff7-f697-10ca9e98c5a0-9e98c584 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f82614e-2edf-dff7-f697-10ca9e98c5ac-9e98c584 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto center;
}

#w-node-bb634729-c7f1-76d9-1edf-7baaf6b2530d-f6b252b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-96ba4a2d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-96ba4a2d, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-96ba4a2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-f687947c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-f687947c, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-f687947c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-d4ae015d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-d4ae015d, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-d4ae015d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-06ce998a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-06ce998a, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-06ce998a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-ae5f5f2a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-ae5f5f2a, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-ae5f5f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-813885f9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-813885f9, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-813885f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-42fb20cb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-42fb20cb, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-42fb20cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-01fb532c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-01fb532c, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-01fb532c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-15fcbf89 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-15fcbf89, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-15fcbf89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bda9-db30c442 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb0-db30c442, #w-node-e1531fcc-dbc7-7838-aa80-4a148de4bdb8-db30c442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a228cb4e-baab-15b1-b699-feb1f839c7f0-713a9277 {
  place-self: auto center;
}

#w-node-_8e382a39-508a-c601-9fc2-6ca3e88fe3df-713a9277, #w-node-_8e382a39-508a-c601-9fc2-6ca3e88fe3e9-713a9277, #w-node-_8e382a39-508a-c601-9fc2-6ca3e88fe3f2-713a9277, #w-node-_8e382a39-508a-c601-9fc2-6ca3e88fe3fb-713a9277 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0ef06fed-ad60-163d-7f27-91d2ffbc07dc-2c9a9d78 {
    justify-self: center;
  }

  #w-node-_731bef4a-2f25-2090-73d8-b6b44331d9f0-4331d9ed {
    grid-column-end: 3;
    justify-self: auto;
  }

  #w-node-_731bef4a-2f25-2090-73d8-b6b44331d9f3-4331d9ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_731bef4a-2f25-2090-73d8-b6b44331da02-4331d9ed {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_6f82614e-2edf-dff7-f697-10ca9e98c593-9e98c584 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f82614e-2edf-dff7-f697-10ca9e98c5ac-9e98c584 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0ef06fed-ad60-163d-7f27-91d2ffbc07e1-2c9a9d78 {
    justify-self: auto;
  }

  #w-node-a228cb4e-baab-15b1-b699-feb1f839c7f0-713a9277 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_731bef4a-2f25-2090-73d8-b6b44331d9f0-4331d9ed {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: auto;
  }
}


