.home-container10,
.home-container10 h1,
.home-container10 h2,
.home-container10 h3,
.home-container10 h4,
.home-container10 h5,
.home-container10 h6,
.home-container10 p,
.home-container10 span,
.home-container10 a,
.home-container10 button,
.home-container10 input,
.home-container10 textarea,
.home-container10 label,
.home-container10 .syn-heading-1,
.home-container10 .syn-heading-2,
.home-container10 .syn-heading-3,
.home-container10 .syn-body-large,
.home-container10 .syn-body-small {
  font-family: "Inter", sans-serif;
}

.synora-social-widget {
  position: fixed;
  right: 12px;
  top: 62.5%;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
}

.synora-social-widget[data-social-reveal="pending"] .synora-social-link {
  opacity: 0;
  transform: translateY(18px) scale(0.84);
}

.synora-social-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(10, 12, 16, 0.82);
  color: #e6e1d7;
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, color 0.25s ease;
}

.synora-social-link:hover {
  transform: translateX(-2px);
  background: var(--synora-social-hover-bg);
  border-color: var(--synora-social-hover-bg);
  color: #ffffff;
}

.synora-social-link:hover .synora-social-icon,
.home-syn-social-link-item:hover .syn-icon-small {
  filter: var(--synora-social-icon-hover-filter);
}

html:not([data-theme="light"]) .home-syn-social-link-item:hover .syn-icon-small {
  filter: brightness(0) saturate(100%) invert(79%) sepia(37%)
    saturate(491%) hue-rotate(5deg) brightness(93%) contrast(91%);
}

.synora-social-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: var(--synora-social-icon-filter);
}

.home-container10 {
  gap: 10px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
 
.home-syn-section1-hero-elm {
  gap: 20px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 100px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-text-elm10 {
  fill: #F9F9F9;
  color: #F9F9F9;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: left;
  font-family: "Inter";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-vector-elm1 {
  width: 800px;
  height: 130px;
}
 
.home-syn-text-elm11 {
  fill: #F9F9F9;
  color: #F9F9F9;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}

html[data-theme="light"] .home-syn-text-elm10,
html[data-theme="light"] .home-syn-text-elm11 {
  fill: #000000;
  color: #000000;
}
 
.home-syn-section2-lottie-elm {
  width: 100%;
  height: min(55vh, 640px);
  margin-block: -24px;
  overflow: hidden;
  contain: layout style paint;
  --lottie-scale-x: 2.3;
  --lottie-scale-y: 2.3;
  --lottie-shift-x: 0%;
  --lottie-shift-y: -6%;
}

.home-syn-section2-lottie-inner {
  width: 100%;
  height: 100%;
  display: block;
  will-change: transform;
  transform-origin: 50% 50%;
  transform: translate(var(--lottie-shift-x), var(--lottie-shift-y))
    scaleX(var(--lottie-scale-x)) scaleY(var(--lottie-scale-y));
}

.home-syn-section2-lottie-inner > svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  transform: translateZ(0);
}
 
.home-syn-section3-about-elm {
  gap: 100px;
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-frame4-elm {
  gap: 30px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-text-elm12 {
  color: rgb(191, 191, 191);
  width: 1050px;
  height: auto;
  font-size: 80px;
  align-self: center;
  font-style: Regular;
  text-align: center;
  font-family: "Inter";
  font-weight: 400;
  line-height: 96px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm13 {
  color: rgb(128, 126, 128);
  width: 1134px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 30px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-text10 {
  font-weight: 400;
}
 
.home-text11 {
  color: #cccccc;
  font-style: normal;
  font-weight: 300;
}
 
.home-syn-frame9-elm {
  gap: 100px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-syn-frame5-elm {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-text-elm14 {
  fill: #cccccc;
  color: #cccccc;
  height: auto;
  font-size: 60px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 60px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm15 {
  fill: #807E80;
  color: #807E80;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 36.290000915527344px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-frame6-elm {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-text-elm16 {
  fill: #cccccc;
  color: #cccccc;
  height: auto;
  font-size: 60px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 60px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm17 {
  fill: #807E80;
  color: #807E80;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 36.290000915527344px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-frame7-elm {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-text-elm18 {
  fill: #cccccc;
  color: #cccccc;
  height: auto;
  font-size: 60px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 60px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm19 {
  fill: #807E80;
  color: #807E80;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 36.290000915527344px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-frame8-elm {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-text-elm20 {
  fill: #cccccc;
  color: #cccccc;
  height: auto;
  font-size: 60px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 60px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm21 {
  fill: #807E80;
  color: #807E80;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 36.290000915527344px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-section4-services-elm {
  gap: 25px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 100px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-text-elm22 {
  color: rgb(204, 204, 204);
  height: auto;
  font-size: 100px;
  font-style: Medium;
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
  line-height: 96px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-image {
  width: 1300px;
  height: 800px;
  object-fit: cover;
  border-radius: 60px;
}

.synora-services-stack {
  --synora-card-radius: 0px;
  --synora-card-top: 88px;
  width: 100%;
  padding: 0 60px;
  perspective: 1200px;
}

.synora-service-card {
  position: sticky;
  top: var(--synora-card-top);
  width: min(980px, 92%);
  height: 560px;
  margin: 0 auto 84px;
  border-radius: var(--synora-card-radius);
  overflow: hidden;
}

.synora-service-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.synora-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.synora-service-card img.syn-img-loaded {
  opacity: 1;
}

#services {
  scroll-margin-top: 90px;
}

#contact {
  scroll-margin-top: 90px;
}

.synora-service-info {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  padding: 50px;
  border-radius: 0 0 var(--synora-card-radius) var(--synora-card-radius);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.synora-service-info::before {
  content: none;
}

.synora-service-info > * {
  position: relative;
}

.synora-service-info h3 {
  color: #ffffff;
  font-size: clamp(2.4rem, 4.4vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -2px;
  text-transform: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.synora-service-info h3.synora-service-title-muted {
  color: #565656;
  text-shadow: none;
}

.synora-service-title-nowrap {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .synora-services-stack {
    padding: 0 32px;
  }

  .synora-service-card {
    width: min(980px, 98%);
    height: 460px;
  }

  .synora-service-info h3 {
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -1.5px;
  }
}

@media (max-width: 600px) {
  .synora-services-stack {
    --synora-card-top: 64px;
    padding: 0 18px;
  }

  .synora-service-card {
    width: min(980px, 100%);
    height: 360px;
    margin-bottom: 68px;
  }

  .synora-service-info {
    padding: 34px 24px 28px;
  }

  .synora-service-info h3 {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
    letter-spacing: -1px;
  }
}

.home-syn-section5-clients-elm {
  gap: 34px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.home-syn-text-elm44 {
  fill: #cccccc;
  color: #cccccc;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.2;
}

.home-syn-clients-marquee-elm {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 4px 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-syn-clients-marquee-elm::before,
.home-syn-clients-marquee-elm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 2;
  pointer-events: none;
}

.home-syn-clients-marquee-elm::before {
  left: 0;
  background: linear-gradient(90deg, #07090d 0%, rgba(7, 9, 13, 0) 100%);
}

.home-syn-clients-marquee-elm::after {
  right: 0;
  background: linear-gradient(270deg, #07090d 0%, rgba(7, 9, 13, 0) 100%);
}

.home-syn-clients-track-elm {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  position: relative;
}

.home-syn-clients-set-elm {
  gap: 22px;
  display: flex;
  align-items: center;
  padding-right: 22px;
  flex-shrink: 0;
}

.home-syn-client-logo-card-elm {
  width: 120px;
  height: 64px;
  display: flex;
  padding: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
}

.home-syn-client-logo-elm {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  backface-visibility: hidden;
}

.home-syn-client-logo-elm.syn-img-loaded {
  opacity: 1;
}
 
.home-syn-section6-workflow-elm {
  gap: var(--dl-layout-space-unit);
  row-gap: 50px;
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.home-text13 {
  color: #cccccc;
  font-size: 60px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
}
 
.home-text14 {
  font-style: normal;
  font-family: "Inter";
  font-weight: 500;
}
 
.home-syn-frame15-elm {
  gap: 100px;
  width: 1131px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-syn-frame10-elm {
  gap: 25px;
  width: 478px;
  height: 360px;
  display: flex;
  padding: 50px;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(127, 127, 127, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  flex-direction: column;
}
 
.home-syn-vector-elm2 {
  width: 60px;
  height: 80px;
}
 
.home-syn-text-elm23 {
  fill: #CCCCCC;
  color: #CCCCCC;
  width: 389px;
  height: auto;
  font-size: 30px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm24 {
  color: rgba(128, 126, 128, 1);
  height: auto;
  font-size: 18px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 1.2;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-frame11-elm {
  gap: 25px;
  width: 478px;
  height: 360px;
  display: flex;
  padding: 50px;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(127, 127, 127, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  flex-direction: column;
}
 
.home-syn-vector-elm3 {
  width: 63px;
  height: 85px;
}
 
.home-syn-text-elm25 {
  fill: #CCCCCC;
  color: #CCCCCC;
  width: 389px;
  height: auto;
  font-size: 30px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm26 {
  color: rgba(128, 126, 128, 1);
  height: auto;
  font-size: 18px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 1.2;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-frame12-elm {
  gap: 25px;
  width: 478px;
  height: 360px;
  display: flex;
  padding: 50px;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(127, 127, 127, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  flex-direction: column;
}
 
.home-syn-subtract-elm {
  width: 60px;
  height: 81px;
}
 
.home-syn-text-elm28 {
  fill: #CCCCCC;
  color: #CCCCCC;
  width: 261px;
  height: auto;
  font-size: 30px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm29 {
  color: rgba(128, 126, 128, 1);
  height: auto;
  font-size: 18px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 1.2;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-frame13-elm {
  gap: 25px;
  width: 478px;
  height: 360px;
  display: flex;
  padding: 50px;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(127, 127, 127, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  flex-direction: column;
}
 
.home-syn-vector-elm4 {
  width: 53px;
  height: 90px;
}
 
.home-syn-text-elm30 {
  fill: #CCCCCC;
  color: #CCCCCC;
  width: 389px;
  height: auto;
  font-size: 30px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-syn-text-elm31 {
  color: rgba(128, 126, 128, 1);
  height: auto;
  font-size: 18px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 1.2;
  font-stretch: normal;
  text-decoration: none;
}

.home-syn-frame10-elm,
.home-syn-frame11-elm,
.home-syn-frame12-elm,
.home-syn-frame13-elm {
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
  min-height: 360px;
}

.home-syn-vector-elm2,
.home-syn-vector-elm3,
.home-syn-subtract-elm,
.home-syn-vector-elm4,
.home-syn-text-elm23,
.home-syn-text-elm24,
.home-syn-text-elm25,
.home-syn-text-elm26,
.home-syn-text-elm28,
.home-syn-text-elm29,
.home-syn-text-elm30,
.home-syn-text-elm31 {
  transition: color 0.35s ease, fill 0.35s ease, filter 0.35s ease;
}

.home-syn-frame10-elm:hover,
.home-syn-frame11-elm:hover,
.home-syn-frame12-elm:hover,
.home-syn-frame13-elm:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.home-syn-frame10-elm:hover .home-syn-vector-elm2,
.home-syn-frame11-elm:hover .home-syn-vector-elm3,
.home-syn-frame12-elm:hover .home-syn-subtract-elm,
.home-syn-frame13-elm:hover .home-syn-vector-elm4 {
  filter: brightness(0);
}

.home-syn-frame10-elm:hover .home-syn-text-elm23,
.home-syn-frame10-elm:hover .home-syn-text-elm24,
.home-syn-frame11-elm:hover .home-syn-text-elm25,
.home-syn-frame11-elm:hover .home-syn-text-elm26,
.home-syn-frame12-elm:hover .home-syn-text-elm28,
.home-syn-frame12-elm:hover .home-syn-text-elm29,
.home-syn-frame13-elm:hover .home-syn-text-elm30,
.home-syn-frame13-elm:hover .home-syn-text-elm31 {
  color: #000000;
  fill: #000000;
}
 
.home-syn-section8faq-elm {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 5px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.home-syn-section8faq-elm.syn-section-padding {
  padding: 0;
}
 
.home-syn-max-width-elm1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-section-title-elm1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-syn-content-elm1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-text-elm33 {
  fill: #cccccc;
  color: #cccccc;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.2;
}
 
.home-syn-text-elm34 {
  fill: #807E80;
  color: #807E80;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-list-elm {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 60%;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.home-syn-list-elm .syn-body-large,
.home-syn-list-elm .syn-body-small {
  color: #fbfaf9;
  fill: #fbfaf9;
}
 
.home-syn-faq1-elm {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #807E80;
  border-width: 1px;
  flex-direction: column;
}
 
.home-syn-trigger-elm1 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq1-question-elm1 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-icons-container-elm1 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-icon-elm1 {
  width: 24px;
  height: 24px;
}
 
.home-icon11 {
  width: 24px;
  height: 24px;
}
 
.home-container13 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq2-elm {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #807E80;
  border-width: 1px;
  flex-direction: column;
}
 
.home-syn-trigger-elm2 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq2-question-elm1 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-icons-container-elm2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-icon-elm2 {
  width: 24px;
  height: 24px;
}
 
.home-icon14 {
  width: 24px;
  height: 24px;
}
 
.home-container16 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq3-elm {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #807E80;
  border-width: 1px;
  flex-direction: column;
}
 
.home-syn-trigger-elm3 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq2-question-elm2 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-icons-container-elm3 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-icon-elm3 {
  width: 24px;
  height: 24px;
}
 
.home-icon17 {
  width: 24px;
  height: 24px;
}
 
.home-container19 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq4-elm {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #807E80;
  border-width: 1px;
  flex-direction: column;
}
 
.home-syn-trigger-elm4 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq2-question-elm3 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-icons-container-elm4 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-icon-elm4 {
  width: 24px;
  height: 24px;
}
 
.home-icon20 {
  width: 24px;
  height: 24px;
}
 
.home-container22 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq5-elm {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #807E80;
  border-width: 1px;
  flex-direction: column;
}
 
.home-syn-trigger-elm5 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-faq1-question-elm2 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-icons-container-elm5 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-icon-elm5 {
  width: 24px;
  height: 24px;
}
 
.home-icon23 {
  width: 24px;
  height: 24px;
}
 
.home-container25 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-syn-section9-form-elm {
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-max-width-elm2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--dl-layout-space-threeunits);
}
 
.home-syn-section-title-elm2 {
  gap: var(--dl-layout-space-halfunit);
  width: 40%;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0;
}
 
.home-syn-content-elm2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-text-elm37 {
  fill: #807E80;
  color: #807E80;
}
 
.home-syn-text-elm38 {
  fill: #cccccc;
  color: #cccccc;
  font-size: 30px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.2;
}
 
.home-syn-content-elm3 {
  gap: 16px;
  display: flex;
  padding: 10px;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-row-elm1 {
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
 
.home-syn-email-elm {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-row-elm2 {
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
 
.home-syn-phone-elm {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-row-elm3 {
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
 
.home-syn-address-elm {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 57%;
  padding: var(--dl-layout-space-threeunits);
  background: rgba(18, 19, 22, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  flex-shrink: 0;
}
 
.home-container26 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-syn-input-elm1 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-text-elm39 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-input-elm2 {
  gap: var(--dl-layout-space-halfunit);
  width: 45%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-text-elm40 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-container27 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-input-elm3 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-text-elm41 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-input-elm4 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-text-elm42 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}

.home-syn-input-elm4 .iti {
  width: 100%;
}

.home-syn-input-elm4 .syn-input {
  width: 100%;
  text-align: left;
}

.home-syn-input-elm4 .iti__selected-dial-code,
.home-syn-input-elm4 .iti__country-name,
.home-syn-input-elm4 .iti__dial-code {
  font-family: "Inter", sans-serif;
}

.iti--container {
  z-index: 99999 !important;
}

.iti--container .iti__dropdown-content {
  width: min(92vw, 360px) !important;
  max-width: 92vw !important;
  background: #121316 !important;
  border: 1px solid #2a2c31 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45) !important;
}

.iti--container .iti__search-input-wrapper {
  background: #121316 !important;
}

.iti__country-list {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 280px !important;
  background: #121316 !important;
  border: 0 !important;
  color: #fbfaf9 !important;
  overflow-x: hidden !important;
}

.iti__search-input {
  background: #1a1c20 !important;
  border: 1px solid #2f3238 !important;
  color: #fbfaf9 !important;
}

.iti__search-input::placeholder {
  color: #807e80 !important;
}

.iti__country {
  color: #fbfaf9 !important;
  background: transparent !important;
}

.iti__dial-code,
.iti__country-name {
  color: #cccccc !important;
}

.iti__country.iti__highlight {
  background: #23262b !important;
}

.iti__country:hover {
  background: #1f2227 !important;
}
 
.home-container28 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-input-elm5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-syn-text-elm43 {
  fill: #cccccc;
  color: #cccccc;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}
 
.home-syn-button-elm {
  align-self: flex-start;
}
 
.home-syn-action1-elm {
  font-style: normal;
  font-family: "Inter";
  font-weight: bold;
}
 
.home-syn-footer-elm {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0px;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.home-syn-max-width-elm3 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-content-elm4 {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-syn-logo-elm {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-syn-vector-elm5 {
  width: 140px;
  height: 26px;
}
 
.home-syn-social-links-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

.home-syn-social-link-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.home-syn-social-link-item:hover {
  transform: translateY(-2px);
}
 
.home-syn-credits-elm {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-syn-row-elm4 {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.home-syn-footer-links-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
}

html[data-theme="light"] body {
  color: #fbfaf9;
  background: #f6f1e8;
  fill: #fbfaf9;
}

html[data-theme="light"] .synora-social-link:hover {
  transform: translateX(-2px);
  background: var(--synora-social-bg);
  border-color: var(--synora-social-border);
  color: var(--synora-social-color);
}

html[data-theme="light"] .synora-social-link:hover .synora-social-icon,
html[data-theme="light"] .home-syn-social-link-item:hover .syn-icon-small {
  filter: var(--synora-social-icon-filter);
}

html[data-theme="light"] .home-syn-social-link-item:hover {
  transform: translateY(-2px);
}

html[data-theme="light"] .home-container10 span,
html[data-theme="light"] .home-container10 p,
html[data-theme="light"] .home-container10 label,
html[data-theme="light"] .home-container10 .syn-body-large,
html[data-theme="light"] .home-container10 .syn-body-small,
html[data-theme="light"] .home-container10 .syn-heading-1,
html[data-theme="light"] .home-container10 .syn-heading-2,
html[data-theme="light"] .home-container10 .syn-heading-3,
html[data-theme="light"] .home-container10 .syn-input,
html[data-theme="light"] .home-container10 .syn-input::placeholder,
html[data-theme="light"] .home-container10 .iti__selected-dial-code,
html[data-theme="light"] .home-container10 .iti__country-name,
html[data-theme="light"] .home-container10 .iti__dial-code {
  color: #000000 !important;
  fill: #000000 !important;
}

html[data-theme="light"] .home-syn-text-elm39,
html[data-theme="light"] .home-syn-text-elm40,
html[data-theme="light"] .home-syn-text-elm41,
html[data-theme="light"] .home-syn-text-elm42,
html[data-theme="light"] .home-syn-text-elm43 {
  font-weight: 300 !important;
}

html[data-theme="light"] .synora-social-link {
  border-color: var(--synora-social-border);
  background: var(--synora-social-bg);
  color: var(--synora-social-color);
  box-shadow: 0 10px 24px rgba(124, 104, 58, 0.08);
}

html[data-theme="light"] .home-syn-clients-marquee-elm::before {
  background: linear-gradient(90deg, #f6f1e8 0%, rgba(246, 241, 232, 0) 100%);
}

html[data-theme="light"] .home-syn-clients-marquee-elm::after {
  background: linear-gradient(270deg, #f6f1e8 0%, rgba(246, 241, 232, 0) 100%);
}

html[data-theme="light"] .home-syn-frame10-elm,
html[data-theme="light"] .home-syn-frame11-elm,
html[data-theme="light"] .home-syn-frame12-elm,
html[data-theme="light"] .home-syn-frame13-elm {
  background: rgba(255, 250, 242, 0.7);
  border-color: rgba(28, 35, 48, 0.12);
  box-shadow: 0 18px 40px rgba(124, 104, 58, 0.08);
}

html[data-theme="light"] .home-syn-frame10-elm:hover,
html[data-theme="light"] .home-syn-frame11-elm:hover,
html[data-theme="light"] .home-syn-frame12-elm:hover,
html[data-theme="light"] .home-syn-frame13-elm:hover {
  background-color: #565656;
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(86, 86, 86, 0.18);
}

html[data-theme="light"] .home-syn-vector-elm2,
html[data-theme="light"] .home-syn-vector-elm3,
html[data-theme="light"] .home-syn-subtract-elm,
html[data-theme="light"] .home-syn-vector-elm4 {
  filter: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(650%)
    hue-rotate(177deg) brightness(93%) contrast(92%);
}

html[data-theme="light"] .home-syn-frame10-elm:hover .home-syn-vector-elm2,
html[data-theme="light"] .home-syn-frame11-elm:hover .home-syn-vector-elm3,
html[data-theme="light"] .home-syn-frame12-elm:hover .home-syn-subtract-elm,
html[data-theme="light"] .home-syn-frame13-elm:hover .home-syn-vector-elm4 {
  filter: brightness(0) saturate(100%) invert(100%);
}

html[data-theme="light"] .home-syn-frame10-elm:hover .home-syn-text-elm23,
html[data-theme="light"] .home-syn-frame10-elm:hover .home-syn-text-elm24,
html[data-theme="light"] .home-syn-frame11-elm:hover .home-syn-text-elm25,
html[data-theme="light"] .home-syn-frame11-elm:hover .home-syn-text-elm26,
html[data-theme="light"] .home-syn-frame12-elm:hover .home-syn-text-elm28,
html[data-theme="light"] .home-syn-frame12-elm:hover .home-syn-text-elm29,
html[data-theme="light"] .home-syn-frame13-elm:hover .home-syn-text-elm30,
html[data-theme="light"] .home-syn-frame13-elm:hover .home-syn-text-elm31 {
  color: #ffffff !important;
  fill: #ffffff !important;
}

html[data-theme="light"] .home-syn-frame10-elm:hover *,
html[data-theme="light"] .home-syn-frame11-elm:hover *,
html[data-theme="light"] .home-syn-frame12-elm:hover *,
html[data-theme="light"] .home-syn-frame13-elm:hover * {
  color: #ffffff !important;
  fill: #ffffff !important;
}

html[data-theme="light"] .home-syn-faq1-elm,
html[data-theme="light"] .home-syn-faq2-elm,
html[data-theme="light"] .home-syn-faq3-elm,
html[data-theme="light"] .home-syn-faq4-elm,
html[data-theme="light"] .home-syn-faq5-elm {
  border-color: rgba(28, 35, 48, 0.14);
  background: rgba(255, 250, 242, 0.52);
}

html[data-theme="light"] .home-icon11,
html[data-theme="light"] .home-icon14,
html[data-theme="light"] .home-icon17,
html[data-theme="light"] .home-icon20,
html[data-theme="light"] .home-icon23,
html[data-theme="light"] .home-syn-icon-elm1,
html[data-theme="light"] .home-syn-icon-elm2,
html[data-theme="light"] .home-syn-icon-elm3,
html[data-theme="light"] .home-syn-icon-elm4,
html[data-theme="light"] .home-syn-icon-elm5 {
  color: #000000;
  fill: #000000;
}

html[data-theme="light"] .home-form {
  background: rgba(255, 250, 242, 0.82);
  border-color: rgba(28, 35, 48, 0.12);
  box-shadow: 0 20px 50px rgba(124, 104, 58, 0.08);
}

html[data-theme="light"] .syn-input {
  color: #a2a2a2;
  font-weight: 200;
  border-bottom-color: rgba(28, 35, 48, 0.2);
}

html[data-theme="light"] .syn-input::placeholder {
  color: #a2a2a2;
  font-weight: 200;
}

html[data-theme="light"] .home-syn-input-elm4 .iti__selected-dial-code,
html[data-theme="light"] .home-syn-input-elm4 .iti__country-name,
html[data-theme="light"] .home-syn-input-elm4 .iti__dial-code {
  color: #a2a2a2 !important;
  font-weight: 200 !important;
}

html[data-theme="light"] .iti--container .iti__dropdown-content {
  background: #fffaf4 !important;
  border: 1px solid rgba(28, 35, 48, 0.12) !important;
  box-shadow: 0 10px 30px rgba(124, 104, 58, 0.12) !important;
}

html[data-theme="light"] .iti--container .iti__search-input-wrapper,
html[data-theme="light"] .iti__country-list {
  background: #fffaf4 !important;
}

html[data-theme="light"] .iti__search-input {
  background: #ffffff !important;
  border: 1px solid rgba(28, 35, 48, 0.14) !important;
  color: #1c2330 !important;
}

html[data-theme="light"] .iti__search-input::placeholder {
  color: #8d93a0 !important;
}

html[data-theme="light"] .iti__country,
html[data-theme="light"] .iti__dial-code,
html[data-theme="light"] .iti__country-name {
  color: #1c2330 !important;
}

html[data-theme="light"] .iti__country.iti__highlight,
html[data-theme="light"] .iti__country:hover {
  background: rgba(225, 201, 99, 0.16) !important;
}

html[data-theme="light"] .syn-divider-horizontal {
  background-color: rgba(28, 35, 48, 0.28);
}

html[data-theme="light"] .home-syn-content-elm3 .syn-icon-small {
  color: #000000;
  fill: #000000;
}
 
@media(min-width: 1920px) {
  .home-container10 {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 96px;
    padding-right: 96px;
  }
  .home-syn-text-elm12 {
    width: 100%;
    max-width: 1300px;
    font-size: 92px;
  }
  .home-syn-text-elm13 {
    width: 100%;
    max-width: 1280px;
  }
  .home-image {
    max-width: 1500px;
    height: auto;
    aspect-ratio: 13 / 8;
  }
  .home-syn-frame15-elm {
    width: 1320px;
    gap: 64px;
  }
}
 
@media(max-width: 1600px) {
  .home-container10 {
    padding: 56px 48px;
    gap: 80px;
  }
  .home-syn-vector-elm1 {
    width: min(100%, 760px);
    height: auto;
  }
  .home-syn-text-elm12 {
    width: 100%;
    max-width: 1000px;
    font-size: 72px;
    line-height: 1.2;
  }
  .home-syn-text-elm13 {
    width: 100%;
    max-width: 1080px;
  }
  .home-image {
    width: 100%;
    max-width: 1300px;
    height: auto;
    aspect-ratio: 13 / 8;
  }
  .home-syn-frame15-elm {
    width: 100%;
    max-width: 1131px;
    gap: 48px;
  }
  .home-syn-frame10-elm,
  .home-syn-frame11-elm,
  .home-syn-frame12-elm,
  .home-syn-frame13-elm {
    width: calc(50% - 24px);
    height: auto;
    min-height: 320px;
    padding: 40px;
  }
  .home-syn-text-elm23,
  .home-syn-text-elm25,
  .home-syn-text-elm28,
  .home-syn-text-elm30 {
    width: 100%;
  }
}
 
@media(max-width: 1200px) {
  .home-container10 {
    padding: 48px 40px;
    gap: 72px;
  }
  .home-syn-section1-hero-elm,
  .home-syn-section4-services-elm {
    padding-top: 72px;
  }
  .home-syn-max-width-elm2 {
    flex-direction: column;
    gap: var(--dl-layout-space-threeunits);
  }
  .home-syn-section-title-elm2 {
    width: 100%;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .home-form {
    width: 100%;
    max-width: 600px;
  }
  .home-syn-text-elm12 {
    width: 100%;
    max-width: 820px;
    font-size: 60px;
    line-height: 1.2;
  }
  .home-syn-text-elm13 {
    width: 100%;
    max-width: 900px;
    font-size: 22px;
    line-height: 1.45;
  }
  .home-syn-frame9-elm {
    gap: 48px;
    flex-wrap: wrap;
  }
  .home-syn-text-elm14,
  .home-syn-text-elm16,
  .home-syn-text-elm18,
  .home-syn-text-elm20 {
    font-size: 48px;
    line-height: 1.2;
  }
  .home-syn-text-elm15,
  .home-syn-text-elm17,
  .home-syn-text-elm19,
  .home-syn-text-elm21 {
    font-size: 20px;
    line-height: 1.4;
  }
  .home-syn-text-elm22 {
    font-size: 80px;
    line-height: 1.1;
  }
  .home-text13 {
    font-size: 48px;
  }
  .home-syn-frame15-elm {
    max-width: 1000px;
    gap: 32px;
  }
  .home-syn-frame10-elm,
  .home-syn-frame11-elm,
  .home-syn-frame12-elm,
  .home-syn-frame13-elm {
    width: calc(50% - 16px);
    min-height: 320px;
    padding: 32px;
    border-radius: 36px;
  }
  .home-syn-text-elm23,
  .home-syn-text-elm25,
  .home-syn-text-elm28,
  .home-syn-text-elm30 {
    font-size: 28px;
  }
}
 
@media(max-width: 991px) {
  .home-syn-section2-lottie-elm {
    --lottie-scale-x: 3;
    --lottie-scale-y: 3;
    --lottie-shift-x: 0%;
    --lottie-shift-y: 0%;
  }

  .home-syn-list-elm {
    width: 100%;
  }

  .home-container10 {
    padding: 40px 28px;
    gap: 56px;
  }
  .home-syn-text-elm10,
  .home-syn-text-elm11 {
    font-size: 20px;
    text-align: center;
  }
  .home-syn-text-elm12 {
    font-size: 48px;
    max-width: 680px;
    line-height: 1.2;
  }
  .home-syn-text-elm13 {
    font-size: 20px;
    max-width: 700px;
  }
  .home-syn-text-elm22 {
    font-size: 62px;
    line-height: 1.1;
  }
  .home-syn-client-logo-card-elm {
    width: 110px;
    height: 60px;
    padding: 7px;
  }
  .home-syn-section6-workflow-elm {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .home-text13 {
    font-size: 42px;
    text-align: center;
  }
  .home-syn-frame15-elm {
    max-width: 720px;
  }
  .home-syn-frame10-elm,
  .home-syn-frame11-elm,
  .home-syn-frame12-elm,
  .home-syn-frame13-elm {
    width: 100%;
    min-height: 280px;
  }
  .home-syn-container-elm {
    flex-direction: column;
  }
  .home-syn-max-width-elm2 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-syn-section-title-elm2 {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .home-form {
    width: 100%;
  }
  .home-container26 {
    gap: var(--dl-layout-space-unit);
    width: 100%;
    flex-direction: column;
  }
  .home-syn-input-elm1 {
    width: 100%;
  }
  .home-syn-input-elm2 {
    width: 100%;
    flex-direction: column;
  }
  .home-container27 {
    gap: var(--dl-layout-space-unit);
    width: 100%;
    flex-direction: column;
  }
  .home-syn-input-elm3 {
    width: 100%;
  }
  .home-syn-input-elm4 {
    width: 100%;
  }
  .home-container28 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .home-syn-logo-elm {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .home-syn-section2-lottie-elm {
    --lottie-scale-x: 3;
    --lottie-scale-y: 3;
    --lottie-shift-x: 0%;
    --lottie-shift-y: 0%;
  }

  .home-syn-frame15-elm {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .home-container10 {
    padding: 28px 20px;
    gap: 44px;
  }
  .home-syn-section1-hero-elm,
  .home-syn-section4-services-elm {
    padding-top: 56px;
  }
  .home-syn-vector-elm1 {
    width: min(100%, 520px);
  }
  .home-syn-text-elm10,
  .home-syn-text-elm11 {
    font-size: 18px;
  }
  .home-syn-text-elm12 {
    font-size: 36px;
    line-height: 1.2;
  }
  .home-syn-text-elm13 {
    font-size: 18px;
    line-height: 1.45;
  }
  .home-syn-frame9-elm {
    gap: 32px;
  }
  .home-syn-text-elm14,
  .home-syn-text-elm16,
  .home-syn-text-elm18,
  .home-syn-text-elm20 {
    font-size: 38px;
  }
  .home-syn-text-elm15,
  .home-syn-text-elm17,
  .home-syn-text-elm19,
  .home-syn-text-elm21 {
    font-size: 18px;
    line-height: 1.4;
  }
  .home-syn-text-elm22 {
    font-size: 48px;
  }
  .synora-services-stack {
    padding: 0 22px;
  }
  .synora-service-card {
    width: min(980px, 99%);
  }
  .home-syn-clients-marquee-elm::before,
  .home-syn-clients-marquee-elm::after {
    width: 64px;
  }
  .home-syn-client-logo-card-elm {
    width: 100px;
    height: 52px;
    padding: 6px;
  }
  .home-image {
    border-radius: 28px;
  }
  .home-text13 {
    font-size: 34px;
  }
  .home-syn-frame10-elm,
  .home-syn-frame11-elm,
  .home-syn-frame12-elm,
  .home-syn-frame13-elm {
    padding: 18px;
    border-radius: 18px;
    gap: 16px;
  }
  .home-syn-text-elm23,
  .home-syn-text-elm25,
  .home-syn-text-elm28,
  .home-syn-text-elm30 {
    font-size: 24px;
  }
  .home-syn-text-elm24,
  .home-syn-text-elm26,
  .home-syn-text-elm29,
  .home-syn-text-elm31 {
    font-size: 16px;
    line-height: 1.45;
  }
  .home-syn-content-elm4 {
    flex-direction: column;
  }
  .home-syn-row-elm4 {
    flex-direction: column;
  }
  .home-syn-footer-links-elm {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-syn-max-width-elm2 {
    align-items: center;
    flex-direction: column;
    gap: var(--dl-layout-space-twounits);
    padding: 0 var(--dl-layout-space-unit);
  }
  .home-syn-section-title-elm2 {
    width: 100%;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .home-syn-content-elm2,
  .home-syn-content-elm3 {
    width: 100%;
  }

  .home-syn-content-elm2 {
    align-items: flex-start;
  }

  .home-syn-content-elm3 {
    align-items: flex-start;
  }

  .home-syn-content-elm2 .home-syn-text-elm37,
  .home-syn-content-elm2 .home-syn-text-elm38 {
    text-align: left;
  }
  .home-syn-text-elm37,
  .home-syn-text-elm38,
  .home-syn-text-elm39 {
    text-align: center;
  }
  .home-syn-row-elm1,
  .home-syn-row-elm2,
  .home-syn-row-elm3 {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .home-syn-content-elm3 .home-syn-row-elm1,
  .home-syn-content-elm3 .home-syn-row-elm2,
  .home-syn-content-elm3 .home-syn-row-elm3 {
    margin: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media(min-width: 480px) and (max-width: 767px) {
  .home-syn-section1-hero-elm {
    gap: 8px;
  }

  .home-syn-vector-elm1 {
    width: min(100%, 400px);
  }

  .home-syn-frame9-elm {
    width: 100%;
    max-width: 520px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 24px;
    justify-items: center;
    align-items: start;
  }

  .home-syn-frame5-elm,
  .home-syn-frame6-elm,
  .home-syn-frame7-elm,
  .home-syn-frame8-elm {
    width: 100%;
  }

  .home-syn-text-elm15,
  .home-syn-text-elm17,
  .home-syn-text-elm19,
  .home-syn-text-elm21 {
    text-align: center;
  }

  .home-form {
    width: 100%;
    padding: var(--dl-layout-space-unit);
  }

  .home-container26,
  .home-container27,
  .home-container28 {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: var(--dl-layout-space-unit);
  }

  .home-syn-input-elm1,
  .home-syn-input-elm2,
  .home-syn-input-elm3,
  .home-syn-input-elm4,
  .home-syn-input-elm5 {
    width: 100%;
  }

  .home-syn-button-elm {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .home-syn-section2-lottie-elm {
    --lottie-scale-x: 3;
    --lottie-scale-y: 3;
    --lottie-shift-x: 0%;
    --lottie-shift-y: 0%;
  }

  .home-syn-frame15-elm {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .synora-social-widget {
    right: 8px;
    gap: 6px;
  }
  .home-container10 {
    padding: 20px 14px;
    gap: 48px;
    align-items: center;
  }
  .home-syn-section9-form-elm.syn-section-padding,
  .home-syn-footer-elm.syn-section-padding {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .home-syn-section1-hero-elm {
    gap: 8px;
    padding-top: 80px;
  }
  .home-syn-vector-elm1 {
    width: min(100%, 400px);
  }
  .home-syn-section4-services-elm {
    padding-top: 44px;
  }
  .synora-services-stack {
    padding: 0 14px;
  }
  .synora-service-card {
    width: 100%;
  }
  .home-syn-section1-hero-elm .home-syn-text-elm10,
  .home-syn-section1-hero-elm .home-syn-text-elm11 {
    font-size: 10px;
  }
  .home-syn-section1-hero-elm .home-syn-text-elm10 {
    font-size: 16px;
  }
  .home-syn-section1-hero-elm .home-syn-text-elm11 {
    font-size: 16px;
  }
  .home-syn-frame4-elm,
  .home-syn-section3-about-elm,
  .home-syn-section6-workflow-elm,
  .home-syn-container-elm,
  .home-syn-content-elm1,
  .home-syn-max-width-elm2,
  .home-syn-section-title-elm2 {
    align-items: center;
  }
  .home-syn-text-elm10,
  .home-syn-text-elm11,
  .home-syn-text-elm12,
  .home-syn-text-elm13,
  .home-syn-text-elm22,
  .home-text13,
  .home-syn-text-elm23,
  .home-syn-text-elm24,
  .home-syn-text-elm25,
  .home-syn-text-elm26,
  .home-syn-text-elm28,
  .home-syn-text-elm29,
  .home-syn-text-elm30,
  .home-syn-text-elm31,
  .home-syn-text-elm33,
  .home-syn-text-elm34,
  .home-syn-text-elm37,
  .home-syn-text-elm38,
  .home-syn-email-elm,
  .home-syn-phone-elm,
  .home-syn-address-elm,
  .home-syn-text-elm39 {
    text-align: center;
  }
  .home-syn-row-elm1,
  .home-syn-row-elm2,
  .home-syn-row-elm3 {
    justify-content: center;
  }
  .home-syn-content-elm2,
  .home-syn-content-elm3 {
    align-items: center;
  }

  .home-syn-content-elm2 {
    align-items: flex-start;
  }

  .home-syn-content-elm3 {
    align-items: flex-start;
  }

  .home-syn-content-elm2 .home-syn-text-elm37,
  .home-syn-content-elm2 .home-syn-text-elm38 {
    text-align: left;
  }

  .home-syn-content-elm3 .home-syn-row-elm1,
  .home-syn-content-elm3 .home-syn-row-elm2,
  .home-syn-content-elm3 .home-syn-row-elm3 {
    justify-content: flex-start;
  }
  .home-syn-section-title-elm2,
  .home-syn-text-elm37,
  .home-syn-text-elm38,
  .home-syn-text-elm39 {
    text-align: center;
  }
  .home-syn-frame9-elm {
    width: 100%;
    max-width: 520px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 24px;
    justify-items: center;
    align-items: start;
  }
  .home-syn-frame5-elm,
  .home-syn-frame6-elm,
  .home-syn-frame7-elm,
  .home-syn-frame8-elm {
    width: 100%;
  }
  .home-syn-text-elm15,
  .home-syn-text-elm17,
  .home-syn-text-elm19,
  .home-syn-text-elm21 {
    text-align: center;
  }
  .home-syn-frame10-elm,
  .home-syn-frame11-elm,
  .home-syn-frame12-elm,
  .home-syn-frame13-elm {
    width: 100%;
    align-items: center;
  }
  .home-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .home-syn-button-elm {
    align-self: center;
  }
  .home-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
  }
  .home-syn-text-elm12 {
    font-size: 28px;
    line-height: 1.25;
  }
  .home-syn-text-elm13 {
    font-size: 16px;
  }
  .home-syn-text-elm22 {
    font-size: 36px;
    line-height: 1.15;
  }
  .home-syn-clients-marquee-elm::before,
  .home-syn-clients-marquee-elm::after {
    width: 44px;
  }
  .home-syn-client-logo-card-elm {
    width: 100px;
    height: 45px;
    padding: 5px;
  }
  .home-text13 {
    font-size: 28px;
  }
  .home-syn-frame10-elm,
  .home-syn-frame11-elm,
  .home-syn-frame12-elm,
  .home-syn-frame13-elm {
    padding: 12px;
    border-radius: 12px;
    min-height: 240px;
  }
  .home-syn-text-elm23,
  .home-syn-text-elm25,
  .home-syn-text-elm28,
  .home-syn-text-elm30 {
    font-size: 22px;
  }
  .home-syn-max-width-elm1 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-syn-faq1-elm {
    width: 100%;
    align-self: center;
  }
  .home-form {
    padding: var(--dl-layout-space-unit);
  }
  .home-container26,
  .home-container27,
  .home-container28 {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: var(--dl-layout-space-unit);
  }
  .home-syn-input-elm1,
  .home-syn-input-elm2,
  .home-syn-input-elm3,
  .home-syn-input-elm4,
  .home-syn-input-elm5 {
    width: 100%;
  }
  .home-syn-max-width-elm3 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-syn-content-elm4 {
    width: 100%;
  }
}
