/* 
  Example style.css 
  Includes (1) basic resets, (2) navbar & sidebar styling, 
  (3) hero & sections styling, 
  (4) the dynamic Feature Layout, 
  (5) accessibility improvements, 
  (6) responsive media queries 
*/

/* General resets */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600&amp;display=block");
body {
  margin: 0;
  padding: 0;
  --wr-max: 1600px;
  position: relative;
  word-wrap: anywhere;
  word-break: break-word;
  line-height: 1.5;
  --font-system: -apple-system, BlinkMacSystemFont, Segoe UI, Inter, Helvetica,
    Arial, sans-serif;
  overflow-wrap: anywhere;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  --color-3i6zt6y015: rgb(234, 255, 212);
  --color-4jixmvwln5: rgb(255, 255, 255);
  --color-4quw8nw0c3: rgb(255, 255, 255);
  --color-6u3ujrz93m: rgb(226, 64, 64);
  --color-78gpl7a6pk: rgb(0, 0, 255);
  --color-7e2r07l3zy: rgb(97, 180, 127);
  --color-8wh7a0o1tk: rgb(193, 251, 215);
  --color-98jhuztu1o: rgb(255, 255, 255);
  --color-d96et765k8: rgb(255, 255, 255);
  --color-fyvphquklg: rgb(43, 184, 23);
  --color-h4d8xr3b5c: rgb(9, 3, 21);
  --color-i0t6osn9l8: rgb(66, 189, 97);
  --color-lmyqc39b9l: rgb(191, 246, 212);
  --color-m5m75wuwcg: rgb(228, 228, 228);
  --color-mj3vqzzoqr: rgb(64, 182, 94);
  --color-n47wl2uaqz: rgb(38, 10, 10);
  --color-n74cyk9sjw: rgb(48, 193, 102);
  --color-pecg2paryr: rgb(252, 252, 190);
  --color-tt2sijzlku: rgb(255, 255, 255);
  --color-xiteay6278: rgb(255, 255, 255);
  --color-zm0o52sbyx: rgb(185, 185, 185);
  --gradient-4j5rl3o43s: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
  --gradient-9r0pw2mwet: linear-gradient(
    45deg,
    rgb(46, 125, 50) 0%,
    #495057 100%
  );
  --gradient-bratipf0ig: linear-gradient(
    45deg,
    rgb(46, 125, 50) 0%,
    rgb(46, 125, 50) 100%
  );
  --gradient-c346x9e8ts: linear-gradient(
    45deg,
    rgb(46, 125, 50) 0%,
    rgb(102, 187, 106) 100%
  );
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a,
.link {
  color: var(--color-text-link);
  font-weight: var(--fontWeight-text-medium);
  text-decoration: none;
}

a:not(.btn):hover {
  text-decoration: underline;
}

strong {
  font-weight: var(--fontWeight-text-heavy);
}

#measure-layer {
  z-index: -1;
  position: absolute;
  visibility: hidden;
}

.theme-sub_wf76sy1ski {
  font: normal normal 400 1em "Inter", -apple-system, BlinkMacSystemFont,
    Segoe UI, Helvetica, Arial, sans-serif;
  color: rgb(105, 105, 105);
  font-size: max(calc(16 * var(--fontScaleFactor)), 16px);
  --color-bg: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  --font-hero: normal normal 600 1em "Inter", -apple-system, BlinkMacSystemFont,
    Segoe UI, Helvetica, Arial, sans-serif;
  --font-text: normal normal 400 1em "Inter", -apple-system, BlinkMacSystemFont,
    Segoe UI, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  --font-title: normal normal 600 1em "Inter", -apple-system, BlinkMacSystemFont,
    Segoe UI, Helvetica, Arial, sans-serif;
  --border-width: 1px;
  --font-subtitle: normal normal 400 1em "Inter", -apple-system,
    BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  --fontSize-hero: calc(56px * var(--fontScaleFactor));
  --fontSize-text: max(calc(16 * var(--fontScaleFactor)), 16px);
  --fontSize-title: calc(48px * var(--fontScaleFactor));
  --color-text-link: rgb(3, 207, 101);
  --font-subheading: normal normal 400 1em "Inter", -apple-system,
    BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  --fontScaleFactor: 1;
  --lineHeight-hero: normal;
  --lineHeight-title: normal;
  --fontSize-subtitle: calc(20px * var(--fontScaleFactor));
  --color-text-primary: rgb(0, 0, 0);
  --color-border-normal: rgb(229, 229, 229);
  --fontSize-subheading: calc(18px * var(--fontScaleFactor));
  --fontWeight-subtitle: 400;
  --lineHeight-subtitle: inherit;
  --color-accent-primary: rgb(3, 207, 101);
  --color-text-secondary: rgb(105, 105, 105);
  --fontWeight-text-heavy: 600;
  --lineHeight-subheading: inherit;
  --fontWeight-text-medium: 500;
}

@media (max-width: 768px) {
  .theme-sub_wf76sy1ski {
    --fontSize-hero: calc(56px * var(--fontScaleFactor));
    --fontSize-title: max(calc(48px * var(--fontScaleFactor)), 20px);
    --fontScaleFactor: 0.75;
    --fontSize-subtitle: max(calc(20px * var(--fontScaleFactor)), 16px);
    --fontSize-subheading: max(calc(18px * var(--fontScaleFactor)), 16px);
  }
}

.buttons-btn_nob6m8rpy4 .btn {
  font: normal normal 500 1em "Inter", -apple-system, BlinkMacSystemFont,
    Segoe UI, Helvetica, Arial, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 16px;
  background: rgb(253, 253, 253);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
}

.buttons-btn_nob6m8rpy4 .btn.primary {
  color: rgb(253, 253, 253);
  /* background: rgb(3, 207, 101); */
  border-style: solid;
  border-width: 0;
  background: #4700df;
  /* color: #fff; */
  /* border: none; */
}

.buttons-btn_nob6m8rpy4 .btn:hover {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

.buttons-btn_nob6m8rpy4 .btn.primary:hover {
  color: rgb(255, 254, 254);
  background: #7b4cdf;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.cards-card_6lmqy9qaws {
  --card-bg: rgb(255, 255, 255);
  --card-boxShadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.08);
  --card-borderColor: rgb(224, 224, 224);
  --card-borderWidth: 1px;
  --card-borderRadius: 10px;
  --card-textColorPrimary: rgb(0, 0, 0);
  --card-textColorSecondary: rgb(121, 121, 121);
}

.cards-card_ls36se86i4_custom {
  --card-boxShadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.08);
  --card-borderColor: rgb(224, 224, 224);
  --card-borderWidth: 1px;
  --card-borderRadius: 10px;
  --card-textColorPrimary: rgb(0, 0, 0);
  --card-textColorSecondary: rgb(121, 121, 121);
}

.wr {
  width: 100%;
  margin: 0 auto;
  /* padding: 0 30px; */
  position: relative;
  /* max-width: var(--wr-max); */
  box-sizing: border-box;
  /* width: 100%; */
  /* height: 100%; */
}

 

.um-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.um-backdrop > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.um-backdrop > .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.madeWithUmso {
  left: 50%;
  color: rgb(43, 43, 43) !important;
  bottom: 10px !important;
  height: 30px;
  display: flex !important;
  padding: 0 9px;
  z-index: 100;
  position: fixed !important;
  animation: keyframes-badgeFade;
  font-size: 13px;
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 6px 13px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  white-space: nowrap;
  margin-right: -70px !important;
  border-radius: 6px;
  text-decoration: none !important;
  transform-origin: 50% 50%;
  animation-duration: 1.3s;
  transition-property: background color;
}

.madeWithUmso svg {
  color: rgb(43, 43, 43);
  width: 66px;
  margin-top: 0;
  transition: filter 0.2s ease-in-out;
  margin-left: 6px;
}

.madeWithUmso:hover {
  color: #fff !important;
  background: #000000 !important;
}

.madeWithUmso.badge--left {
  left: initial;
  margin-left: 10px;
}

.madeWithUmso.badge--right {
  left: 100%;
  margin-left: -165px;
}

.madeWithUmso.badge--center {
  left: 50%;
  margin-left: -70px;
}

@media (max-width: 750px) {
  .madeWithUmso.footerBadge {
    left: 50%;
    margin-left: -70px;
  }
}

.madeWithUmso:hover svg {
  filter: invert(1) saturate(0);
}

@keyframes keyframes-badgeFade {
  0% {
    opacity: 0;
    transform: scale(0.8) translate(0, 10px);
  }

  80% {
    opacity: 0;
    transform: scale(0.8) translate(0, 10px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

.__umsoEditorHighlight:after {
  top: 0;
  left: 0;
  right: 0;
  border: 1px dashed #845ef7;
  bottom: 0;
  content: "";
  z-index: 9999;
  position: absolute;
  box-shadow: inset 0 0 15px var(--boxShadow-color);
  border-radius: 5px;
  animation-name: keyframes-editorHighlight;
  pointer-events: none;
  --boxShadow-color: rgba(132, 94, 247, 0.29);
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

@keyframes keyframes-editorHighlight {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.um-gradient-text {
  background: -webkit-linear-gradient(var(--angle), var(--from), var(--to));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.um-dl-adder {
  width: 0;
  z-index: 8;
  position: relative;
}

.um-dl-adder:before {
  top: 0;
  left: -1px;
  width: 2px;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 2px;
}

.um-dl-adder button {
  all: unset;
  top: 50%;
  left: -10px;
  color: #fff;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  position: absolute;
  font-size: 20px;
  transform: translate(0, -50%);
  background: var(--eddy-accent);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}

.um-droppable {
  width: 2px;
  background: var(--eddy-accent);
  border-radius: 2px;
}

.um-first-section {
  padding-top: calc(var(--um-header-height) + 10px) !important;
}

.um-hidden-section {
  gap: 10px;
  color: #464646;
  display: flex;
  padding: 10px 30px;
  z-index: 1;
  position: relative;
  font-size: 13px;
  box-shadow: 0 0 0 1px #eee;
  align-items: center;
  font-family: var(--font-system);
  font-weight: 400;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(
    45deg,
    #eee 0,
    #eee 1px,
    #fafafa 0,
    #fafafa 50%
  );
  background-repeat: repeat;
}

@media (max-width: 700px) {
  .um-hidden-section {
    text-align: center;
    flex-direction: column;
  }
  .Strengthen1{
      display: none !important;
  }
}

.um-hidden-section.um-hideOnDesktop {
  display: none;
}

.um-hidden-section.um-hideOnTablet {
  display: none;
}

.um-hidden-section.um-hideOnMobile {
  display: none;
}

.um-hidden-section svg {
  flex-shrink: 0;
}

.um-hidden-section strong {
  font-weight: 500;
}

.um-hidden-section button {
  all: unset;
  color: #222;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 12px;
  background: #eaeaea;
  flex-shrink: 0;
  font-weight: 500;
  border-radius: 3px;
}

.um-hidden-section button:hover {
  background: #dcdcdc;
}

@media (max-width: 500px) {
  .um-hidden-section.um-hideOnMobile {
    display: flex;
  }
}
@media (min-width: 700px) {
     .Strengthen2{
      display: none !important;
  }
  .margin40{
      margin-top: 40px;
  }
}
@media (min-width: 500px) and (max-width: 770px) {
  .um-hidden-section.um-hideOnTablet {
    display: flex;
  }
}

@media (min-width: 770px) {
  .um-hidden-section.um-hideOnDesktop {
    display: flex;
  }
}

.um-icon {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

.um-icon:not(svg):not(img) {
  padding: 0.4em;
}

.um-iconimg {
  object-fit: contain;
}

.um-icon i {
  display: block;
  position: relative;
  color: #7b4cdf;
  font-size: 28px;
}

.um-miniIcon {
  display: block;
}

.btn {
  gap: 0.6em;
  font: normal normal 500 1em var(--font-system), -apple-system,
    BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  color: var(--color-text-primary);
  border: none;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: none;
  padding: 0.7em 0.8em;
  position: relative;
  background: #eee;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  text-decoration: none;
  transition-property: background, color, border, box-shadow;
}

.btn.um-dragging {
  transition: none;
}

.btn span {
  text-decoration: none;
}

.btn--large {
  font-size: 1.2em;
}

.btn--clear {
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.btn--wireframe {
  color: #bbb;
  background: #f3f3f3;
  box-shadow: none;
  border-color: #f3f3f3;
}

.btn svg:not(.um-arrow),
.btn img {
  width: initial;
  height: 1.2em;
  margin: -0.1em;
}

.btn--loading {
  cursor: wait;
  pointer-events: none;
}

.btn--loading:after {
  width: 12px;
  border: 2px solid rgba(125, 125, 125, 0.3);
  height: 12px;
  content: "";
  display: inline-block;
  animation: keyframes-buttonLoading;
  margin-left: 0.6em;
  border-radius: 50%;
  animation-duration: 0.8s;
  border-right-color: var(--color-text-secondary);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.btn--error {
  color: #fff !important;
  background: #c92a2a !important;
}

.btn--error:after {
  float: right;
  content: "⚠";
  padding-left: 9px;
}

.btn--success {
  color: #fff !important;
  background: #2f9e44 !important;
}

.btn--success:after {
  float: right;
  content: "✓";
  padding-left: 9px;
}

.btn--success:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 #2f9e443b;
  border-radius: inherit;
  animation-name: keyframes-buttonSuccess;
  pointer-events: none;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

.btn .um-icon {
  padding: 0;
}

.btn.btn--icon svg,
.btn.btn--icon img {
  width: initial;
  height: 1.2em;
  margin: -0.1em;
}

.btn:hover,
.btn:hover span {
  text-decoration: none;
}

@keyframes keyframes-buttonSuccess {
  from {
    box-shadow: 0 0 0 0 rgba(47, 158, 68, 0);
  }

  to {
    box-shadow: 0 0 0 5px rgba(47, 158, 68, 0.3);
  }
}

@keyframes keyframes-buttonLoading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.um-nav-wrapper {
  color: var(--color-text-primary);
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.um-nav-wrapper .um-nav-children {
  flex-shrink: 0;
}

.um-nav-wrapper .um-nav-drawerTrigger {
  display: none;
}

.um-nav-wrapper.um-space-between .um-nav-links {
  paddingleft: 30;
  margin-right: auto;
}

.um-nav-wrapper.um-links-centered .um-nav-links {
  flex: 1;
  margin: 0 auto;
}

.um-nav-wrapper.um-links-centered .um-nav-children {
  flex: 1;
  margin-right: 20px;
}

.um-nav-wrapper.um-children-centered .um-nav-links {
  flex: 1;
}

.um-nav-wrapper.um-children-centered .um-nav-children {
  flex: 1;
  margin: 0 auto;
}

.um-nav-wrapper.um-classic .um-nav-children {
  margin-right: auto;
}

.um-nav-wrapper.um-hidden .um-nav-links {
  display: none;
}

.um-nav-wrapper.um-hidden .um-nav-buttons {
  display: none;
}

.um-nav-wrapper.um-hidden .um-lang-picker {
  display: none;
}

.um-nav-links {
  margin: 0;
  display: flex;
  padding: 0;
  font-size: 15px;
  list-style: none;
  align-items: center;
  white-space: nowrap;
}

.um-nav-links > li {
  position: relative;
}

.um-nav-links > li > button {
  font: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: var(--header-fontSize-primary, inherit);
  background: transparent;
}

.um-nav-links > li > a {
  font: inherit;
  color: inherit;
  padding: 10px 10px;
  font-size: var(--header-fontSize-primary, inherit);
  white-space: nowrap;
}

.um-nav-links > li:hover .um-nav-flyout {
  display: flex;
}

.um-nav-flyout {
  top: 100%;
  left: 50%;
  width: 250px;
  display: none;
  padding: 10px;
  position: absolute;
  max-width: 250px;
  min-width: 120px;
  transform: translate(-50%);
  background: var(--nav-menu-bg, var(--nav-overlay-bg, var(--nav-flyout-bg)));
  box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px,
    hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
  border-radius: 5px;
}

.um-nav-flyout ul {
  margin: 0;
  display: flex;
  padding: 0;
  flex-grow: 1;
  list-style: none;
  flex-direction: column;
}

.um-nav-item {
  color: var(--color-text-primary);
  display: flex;
  padding: 8px 12px;
  align-items: center;
  border-radius: 4px;
}

.um-nav-item:hover {
  background: rgba(141, 141, 141, 0.09);
  text-decoration: none !important;
}

.um-nav-item div {
  display: flex;
  max-width: 230px;
  word-wrap: break-word;
  white-space: wrap;
  overflow-wrap: break-word;
  flex-direction: column;
}

.um-nav-item span {
  font: var(--font-text);
  color: var(--color-text-secondary);
  display: block;
  font-size: var(--header-fontSize-secondary, 0.9em);
  max-width: 230px;
  word-wrap: break-word;
  font-weight: 400;
  white-space: wrap;
  overflow-wrap: break-word;
  text-decoration: none;
}

.um-nav-item .um-icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.um-nav-buttons {
  gap: 10px;
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 10px;
  white-space: nowrap;
}

.um-nav-buttons > button,
.um-nav-buttons > a {
  font-size: 15px;
}

.um-lang-picker {
  position: relative;
  margin-left: 5px;
}

.um-lang-picker button {
  gap: 5px;
  font: inherit;
  color: var(--color-text-primary);
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  background: transparent;
  align-items: center;
}

.um-lang-picker ul {
  display: none;
}

.um-lang-picker ul.um-open {
  top: calc(100% + 5px);
  right: 0;
  margin: 0;
  display: flex;
  padding: 0;
  z-index: 1000;
  position: absolute;
  min-width: 150px;
  background: var(--nav-menu-bg, var(--nav-overlay-bg, var(--nav-flyout-bg)));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  border-radius: 5px;
  flex-direction: column;
}

.um-lang-picker ul.um-open li {
  font-size: 14px;
  font-family: var(--system-font);
}

.um-lang-picker ul.um-open li a {
  color: inherit;
  display: block;
  padding: 10px 15px;
}

.um-lang-picker ul.um-open li a:hover {
  background: var(--color-bg-secondary);
}

.um-lang-picker button svg {
  color: var(--color-text-primary);
}

.um-nav-drawerTrigger {
  width: 3em;
  border: none;
  height: 3em;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  border-radius: 4px;
}

.um-nav-drawerTrigger:after {
  top: 9px;
  left: 7px;
  width: 26px;
  height: 4px;
  content: "";
  opacity: 0.8;
  position: absolute;
  background: var(--color-text-secondary);
  box-shadow: 0 8px 0 var(--color-text-secondary),
    0 16px 0 var(--color-text-secondary);
  border-radius: 2px;
}

.um-nav-drawerTrigger.um-hidden {
  display: none;
}

@keyframes keyframes-navbar {
  0% {
    opacity: 0;
    transform: scale(1) translate(10px, 0px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

.um-nav-drawer {
  top: 0;
  color: var(--color-text-primary);
  right: 0;
  width: 90%;
  bottom: 0;
  z-index: 999;
  overflow: scroll;
  position: fixed;
  font-size: 15px;
  max-width: 300px;
  background: var(--nav-drawer-bg, var(--nav-overlay-bg, var(--nav-flyout-bg)));
  box-shadow: 0px 10px 50px -10px rgba(22, 23, 24, 0.35),
    0px 10px 20px -15px rgba(22, 23, 24, 0.2);
  border-radius: 0;
}

.um-nav-drawer.um-hidden {
  display: none;
}

.um-nav-drawer:not(.um-hidden) {
  animation: keyframes-navbar;
  transform-origin: 100% 0;
  animation-duration: 200ms;
}

.um-nav-drawer header {
  display: flex;
  padding: 5px;
  align-items: center;
  border-bottom: 1px solid var(--color-border-normal);
  justify-content: flex-end;
}

.um-nav-drawer .um-drawer-buttons {
  margin: 25px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.um-nav-drawer .um-drawer-links {
  display: flex;
  list-style: none;
  flex-direction: column;
}

.um-nav-drawer .um-drawer-links > li {
  border-bottom: 1px solid var(--color-border-normal);
}

.um-nav-drawer .um-drawer-links > li > button {
  all: unset;
  font: inherit;
  width: 100%;
  cursor: pointer;
  padding: 12px 20px;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: var(--fontWeight-text-medium);
}

.um-nav-drawer .um-drawer-links > li > a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 12px 20px;
  font-size: 1em;
}

.um-nav-drawer .um-drawer-links > li > ul {
  margin: 0;
  display: none;
  list-style: none;
  margin-top: -5px;
  padding-left: 10px;
  margin-bottom: 10px;
  flex-direction: column;
}

.um-nav-drawer .um-drawer-links > li > ul > li > a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}

.um-nav-drawer .um-drawer-links li.um-open > ul {
  display: flex;
}

.um-nav-drawer .um-drawer-links li.um-open button {
  font: inherit;
  color: var(--color-text-secondary);
  opacity: 0.7;
}

.um-nav-drawer .um-drawer-links li.um-open button:before {
  top: calc(50% - 2px);
  transform: rotate(135deg);
}

.um-nav-drawer .um-drawer-links > li > button:before {
  top: calc(50% - 6px);
  right: 20px;
  width: 7px;
  border: 2px solid var(--color-text-secondary);
  height: 7px;
  content: "";
  opacity: 0.6;
  position: absolute;
  transform: rotate(-45deg);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-left-radius: 2px;
}

.um-nav-drawer .um-drawer-buttons button {
  width: 100%;
  flex-grow: 1;
  font-size: 15px !important;
  margin-bottom: 10px;
}

.um-nav-drawer .um-drawer-buttons button:last-child {
  margin-bottom: 0;
}

.um-nav-drawer .um-drawer-buttons a {
  width: 100%;
  flex-grow: 1;
  font-size: 15px !important;
  margin-bottom: 10px;
}

.um-nav-drawer .um-drawer-buttons a:last-child {
  margin-bottom: 0;
}

.um-nav-drawer header .um-lang-picker {
  margin-right: auto;
}

.um-nav-drawer header .um-nav-drawerClose {
  all: unset;
  width: 40px;
  border: none;
  cursor: pointer;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 30px;
  background: transparent;
  text-align: center;
}

.um-nav-drawer header .um-nav-drawerClose svg {
  display: inline-block;
}

.um-nav-drawer header .um-lang-picker ul {
  left: 0;
  right: initial;
}

.umsoModal {
  top: 50%;
  left: 50%;
  color: black;
  display: block;
  padding: 40px;
  z-index: 10001;
  position: fixed;
  min-width: 500px;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: rgba(14, 18, 22, 0.35) 0px 10px 38px -10px,
    rgba(14, 18, 22, 0.2) 0px 10px 20px -15px;
  min-height: 300px;
  overflow-y: initial !important;
  border-radius: 10px;
}

.umsoModalOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.44);
}

.umsoModalWrapper {
  display: none;
}

.umsoModalWrapper.umsoModalOpen {
  display: block;
}
._58ce83d8 {
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  z-index: 99;
  position: fixed;
}

._58ce83d8 + section,
._58ce83d8 + iframe + section {
  padding-top: calc(var(--um-header-height) + var(--paddingTop));
}

._58ce83d8 .wr {
  height: 100%;
}

._37ad9200 {
  top: var(--um-banner-height, 0px);
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  z-index: 99;
  position: absolute;
  --color-bg: var(--gradient-4j5rl3o43s);
  background: var(--color-bg);
  align-items: center;
  border-bottom: var(--border-width) solid var(--color-border-normal);
  --border-width: 0px;
}

._37ad9200 > .wr {
  height: 100%;
}

._5859e61e {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._157dc3d3 {
  height: 100%;
  display: flex;
  padding: 0 30px;
  position: relative;
  flex-grow: 1;
  align-items: center;
  border-radius: 5px;
  flex-direction: row;
  --nav-flyout-bg: var(--color-bg);
}

._32caed59 {
  margin: 0;
  display: flex;
  margin-right: auto;
}

._32caed59 > a,
._32caed59 > span {
  gap: calc(15px * var(--gap));
  font: var(--font-title);
  color: inherit;
  display: flex;
  align-items: center;
  line-height: 1;
}

._32caed59 > a:hover,
._32caed59 > span:hover {
  text-decoration: none;
}

._b9923f60 {
  width: 175px;
  display: block;
  max-width: 100%;
}
._4220988a {
  position: relative;
  padding-top: 70px;
  --paddingTop: 70px;
  padding-bottom: 10px;
  padding-top: calc(var(--um-header-height) + var(--paddingTop));
}

._4220988a > .wr {
  position: initial;
}

._3dc1af61 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

._60bb217a {
  display: flex;
  text-align: left;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  padding-bottom: 60px;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._91b76ec7 {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}

._03e319ff {
  color: #712382;
  border: 1px solid #eebefa;
  display: flex;
  padding: 0.4em 0.6em;
  font-size: 0.9em;
  background: #f8f0fc;
  transition: background 0.2s ease-in-out;
  border-radius: 2em;
  margin-bottom: 10px;
  text-decoration: none;
}

a._03e319ff:hover {
  background: #eebefa;
  text-decoration: none;
}

._03e319ff span {
  margin: 0 0.4em;
}

._8e82320b {
  color: var(--color-accent-primary);
  margin: 0;
}

._74db461a {
  font: var(--font-hero);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-hero);
  line-height: var(--lineHeight-hero);
}

._7d9e3f32 {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._92a606fa {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

._57f54ab4 {
  font-size: 1.05em;
}

._84cc83fd {
  color: var(--card-textColorSecondary);
  display: flex;
  padding: 8px;
  background: var(--card-bg);
  box-shadow: var(--card-boxShadow);
  box-sizing: border-box;
  border-color: var(--card-borderColor);
  border-style: solid;
  border-width: var(--card-borderWidth);
  border-radius: var(--card-borderRadius);
}

._84cc83fd:empty {
  display: none;
}

._60345a21 {
  color: inherit;
  transition: transform 0.2s ease-in-out;
  font-weight: inherit;
  text-decoration: none;
}

._60345a21:hover {
  transform: scale(1.03);
  text-decoration: none !important;
}

._ff96107a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: calc(var(--card-borderRadius) - 5px);
}
._b771c05a {
  position: relative;
  padding-top: 0;
  --paddingTop: 0px;
  padding-bottom: 0;
}

._2f3ee2b7 {
  height: auto;
  display: flex;
  max-width: 100%;
  align-items: center;
}

._88468cbd {
  max-width: 100%;
}
._69d6c402 {
  position: relative;
  padding-top: 0px;
  --paddingTop: 0px;
  padding-bottom: 0px;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._15bf601a {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
}

._4ec78de2 {
  color: var(--color-accent-primary);
  margin: 0;
}

._f845f296 {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._47d8cd9a {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}
._2df15ab4 {
  --wr-max: 970px;
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 50px;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._57dea3c8 {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
}

._9b3892d8 {
  color: var(--color-accent-primary);
  margin: 0;
}

._19489427 {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._1d0acc20 {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._69a64441 {
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 35px 4px #6468e626;
}

._fa96eab5 {
  position: relative;
}

._fa96eab5 video {
  width: 100%;
  display: block;
}

._fa96eab5 iframe {
  width: 100%;
  border: 0;
  height: 100%;
}

._fa96eab5 .umso-play-button {
  inset: 0;
  cursor: pointer;
  display: flex;
  z-index: 10;
  position: absolute;
  background: #0003;
  transition: transform 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}

._fa96eab5:hover .umso-play-button button {
  transform: scale(1.2);
}

._fa96eab5 .umso-editorNotice {
  top: -10px;
  left: 50%;
  color: #fff;
  opacity: 0;
  padding: 6px 9px;
  position: absolute;
  font-size: 13px;
  transform: translate(-50%, -100%);
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.2s ease-out;
  font-family: var(--font-system);
  white-space: nowrap;
  border-radius: 4px;
  transition-delay: 0.2s;
}

._fa96eab5 .umso-play-button button:hover .umso-editorNotice {
  opacity: 1;
}

._fa96eab5 .umso-duration {
  color: #fff;
  right: 10px;
  bottom: 10px;
  height: 22px;
  padding: 0 5px;
  position: absolute;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.9);
  font-family: var(--font-system);
  font-weight: 500;
  line-height: 22px;
  border-radius: 4px;
}

._fa96eab5 .vjs-time-tooltip,
._fa96eab5 .vjs-volume-tooltip {
  white-space: nowrap;
}

._fa96eab5:hover .umso-no-hover .umso-play-button {
  cursor: default;
  transform: none;
}

._fa96eab5:hover .umso-no-hover .umso-play-button:hover button {
  cursor: default;
  transform: none;
}

._fa96eab5 .umso-play-button button {
  all: unset;
  color: white;
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 50px;
  display: flex;
  position: relative;
  transition: transform 0.2s ease-in-out;
  align-items: center;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  justify-content: center;
}

._fa96eab5 .umso-play-button button:hover {
  transform: scale(1.15);
}

._fa96eab5 .umso-play-button button:active svg {
  transform: scale(0.9);
}

._fa96eab5 .umso-play-button button svg {
  transition: transform 0.1s ease-in-out;
  margin-left: 3px;
}

._fa96eab5:not(.playing) ._a2daf430 {
  display: block;
}

._fa96eab5.playing ._66d1f6f9 {
  display: none;
}

._fa96eab5.playing iframe {
  display: block;
}

._fa96eab5.playing video {
  display: block;
}

._66d1f6f9 {
  position: relative;
}

._66d1f6f9 img,
._66d1f6f9 video {
  width: 100%;
  display: block;
  object-fit: cover;
  /* aspect-ratio: 1.7699115044247788; */
}

._a2891f01 {
  display: none;
}
._ad3fe7b8 {
  --wr-max: 1410px;
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 50px;
  padding: 0;
}

._391ef099 {
  /* display: flex; */
  /* align-items: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 750px) {
  ._391ef099 {
    flex-direction: column;
  }
}

._ff25e478 {
  display: flex;
  /* flex-grow: 1; */
  /* flex-basis: 0; */
  flex-direction: column;
  flex: 1 1 0;
  /* max-width: 468px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 15px; */
  align-items: flex-start;
  transform: scale(0.78);
}

.alignItems {
  0: f;
  1: l;
  2: e;
  3: x;
  4: -;
  5: s;
  6: t;
  7: a;
  8: r;
  9: t;
}

.textAlign {
  0: l;
  1: e;
  2: f;
  3: t;
}

._f05a03b8 {
  gap: 10px;
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-direction: column;
}

._080fc2db {
  color: var(--color-accent-primary);
  margin: 0;
}

._4653485c {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._3036137f {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._f74e3069 {
  /* margin: 0 0 1em; */
  padding: 0;
  font-size: 0.9em;
  list-style: none;
}

._e061c99b {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}

._2aa0b389 {
  position: relative;
  flex-shrink: 0;
  margin-right: 1em;
}

._23121fd9 {
  display: flex;
  flex-direction: column;
}

._0291ad6b {
  font: var(--font-subtitle);
  color: var(--color-text-primary);
  font-size: var(--fontSize-subtitle);
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
}

._a005b98c {
  /* width: calc(50% - 4em); */
  /* margin-left: 3em; */
  display: flex;
  /* flex-grow: 1; */
  /* flex-basis: 0; */
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 50px;
  /* transform: scale(0); */
  /* max-width: 500px; */
  /* position: relative; */
}

@media (max-width: 750px) {
  ._a005b98c {
    width: 100%;
  }
}

._ba6557f8 {
  display: block;
  max-width: 100%;
  border-radius: calc(var(--card-borderRadius) / 2);
}
._8cddd18e {
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 50px;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._b5a883f9 {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 63px;
  flex-direction: column;
}

._58ff8081 {
  color: var(--color-accent-primary);
  margin: 0;
}

._5951b47e {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._16925155 {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._45eb8ee8 {
  gap: 50px;
  display: flex;
  align-items: center;
  counter-reset: zigzag;
  flex-direction: column;
}

._dfed4b96 {
  gap: 80px;
  display: flex;
  align-items: center;
  counter-increment: zigzag;
}

._dfed4b96 > div {
  flex-grow: 1;
  flex-basis: 0;
}

._dfed4b96:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 750px) {
  ._dfed4b96 {
    gap: 40px;
    text-align: center;
    flex-direction: column !important;
  }
}

._68505e6c {
  padding: 0 1em;
}

._ebc26e33 {
  font: var(--font-subtitle);
  color: var(--color-text-primary);
  margin: 0 0 5px 0;
  z-index: 1;
  position: relative;
  font-size: var(--fontSize-subtitle);
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
}

._ebc26e33:before {
  top: -75px;
  left: -50px;
  content: var(--content);
  opacity: 0.08;
  z-index: 0;
  position: absolute;
  font-size: 72pt;
  font-family: Helvetica, Arial;
  font-weight: 600 !important;
}

@media (max-width: 750px) {
  ._ebc26e33 {
    font-size: 1.8em;
  }

  ._ebc26e33:before {
    top: 0;
    left: 0;
    display: block;
    opacity: 0.6;
    position: relative;
    font-size: 18px;
  }
}

._291ade42 {
  font-size: 1.1em;
}

._8da338cc {
  margin-top: 1.5em;
}

._77c262de {
  width: 100%;
}
._dbf1af4b {
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 50px;
}

._450f3d16 {
  display: flex;
  flex-direction: column;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._bb303dea {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

._8784f9f3 {
  color: var(--color-accent-primary);
  margin: 0;
}

._27cf228f {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._d4183ac2 {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._d8f4b6f2 {
  gap: 30px;
  display: grid;
  max-width: min(2090px, 100%);
  align-items: unset;
  flex-direction: unset;
  justify-content: unset;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
}

@media (max-width: 330px) {
  ._d8f4b6f2 {
    max-width: min(500px, 100%);
  }
}

._b333d035 {
  color: var(--card-textColorSecondary);
  display: flex;
  padding: 1em;
  flex-grow: 1;
  background: var(--card-bg);
  box-shadow: var(--card-boxShadow);
  box-sizing: border-box;
  flex-basis: 0;
  text-align: center;
  align-items: center;
  border-color: var(--card-borderColor);
  border-style: solid;
  border-width: var(--card-borderWidth);
  border-radius: var(--card-borderRadius);
  flex-direction: column;
}

._b333d035:empty {
  display: none;
}

._5dcf2570 {
  color: inherit;
  transition: transform 0.2s ease-in-out;
  font-weight: inherit;
  text-decoration: none;
}

._5dcf2570:hover {
  transform: scale(1.03);
  text-decoration: none !important;
}

._91ecbed1 {
  color: var(--card-textColorPrimary, var(--color-text-primary));
  font-size: 1.8em;
  font-weight: var(--fontWeight-text-heavy);
}

._4505c590 {
  font-size: 1em;
}
._48b611cf {
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 50px;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._ce369a07 {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

._ebcda3af {
  color: var(--color-accent-primary);
  margin: 0;
}

._9b1f384e {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._dc1f548f {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._aa1867ce {
  margin: 0 -1em;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  ._aa1867ce {
    flex-direction: column;
  }

  ._aa1867ce > div {
    width: initial !important;
  }
}

@media (max-width: 900px) {
  ._aa1867ce > div {
    width: calc(50% - 2em);
  }
}

._d005acfa {
  color: var(--card-textColorSecondary);
  width: calc(40% - 2em);
  margin: 1em;
  display: flex;
  overflow: hidden;
  min-width: 200px;
  background: var(--card-bg);
  box-shadow: var(--card-boxShadow);
  box-sizing: border-box;
  min-height: 25em;
  border-color: var(--card-borderColor);
  border-style: solid;
  border-width: var(--card-borderWidth);
  border-radius: var(--card-borderRadius);
  flex-direction: column;
  justify-content: space-between;
}

._029c3b6d {
  color: inherit;
  transition: transform 0.2s ease-in-out;
  font-weight: inherit;
  text-decoration: none;
}

._029c3b6d:hover {
  transform: scale(1.03);
  text-decoration: none !important;
}

._a88b5f05 {
  margin: 2em;
  margin-bottom: 2.5em;
}

._34c35c9b {
  font: var(--font-subtitle);
  color: var(--card-textColorPrimary, var(--color-text-primary));
  margin: 0;
  font-size: var(--fontSize-subtitle);
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
  margin-bottom: 0.5em;
}

._e8dcde47 {
  margin: 0;
  font-size: 1em;
}

._d27624a9 {
  overflow: hidden;
  max-width: calc(100% - 1.5em * 1);
  align-self: flex-start;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 10px;
}

._9ccc4369 {
  display: block;
  max-width: 100%;
}

._e828f624 {
  color: var(--card-textColorSecondary);
  width: calc(60% - 2em);
  margin: 1em;
  display: flex;
  overflow: hidden;
  min-width: 200px;
  background: var(--card-bg);
  box-shadow: var(--card-boxShadow);
  box-sizing: border-box;
  min-height: 25em;
  border-color: var(--card-borderColor);
  border-style: solid;
  border-width: var(--card-borderWidth);
  border-radius: var(--card-borderRadius);
  flex-direction: column;
  justify-content: space-between;
}

._446f4a1d {
  color: inherit;
  transition: transform 0.2s ease-in-out;
  font-weight: inherit;
  text-decoration: none;
}

._446f4a1d:hover {
  transform: scale(1.03);
  text-decoration: none !important;
}

._ab180883 {
  margin: 2em;
  margin-bottom: 2.5em;
}

._7540ef98 {
  font: var(--font-subtitle);
  color: var(--card-textColorPrimary, var(--color-text-primary));
  margin: 0;
  font-size: var(--fontSize-subtitle);
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
  margin-bottom: 0.5em;
}

._580be40c {
  margin: 0;
  font-size: 1em;
}

._95d5e565 {
  overflow: hidden;
  max-width: calc(100% - 1.5em * 1);
  align-self: flex-end;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
}

._8ffd58d7 {
  display: block;
  max-width: 100%;
}

._de38c458 {
  color: var(--card-textColorSecondary);
  width: calc(60% - 2em);
  margin: 1em;
  display: flex;
  overflow: hidden;
  min-width: 200px;
  background: var(--card-bg);
  box-shadow: var(--card-boxShadow);
  box-sizing: border-box;
  min-height: 25em;
  border-color: var(--card-borderColor);
  border-style: solid;
  border-width: var(--card-borderWidth);
  border-radius: var(--card-borderRadius);
  flex-direction: column;
  justify-content: space-between;
}

._2a263237 {
  color: inherit;
  transition: transform 0.2s ease-in-out;
  font-weight: inherit;
  text-decoration: none;
}

._2a263237:hover {
  transform: scale(1.03);
  text-decoration: none !important;
}

._97d29b85 {
  margin: 2em;
  margin-bottom: 2.5em;
}

._343b839e {
  font: var(--font-subtitle);
  color: var(--card-textColorPrimary, var(--color-text-primary));
  margin: 0;
  font-size: var(--fontSize-subtitle);
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
  margin-bottom: 0.5em;
}

._36cec8e3 {
  margin: 0;
  font-size: 1em;
}

._aa120c9b {
  overflow: hidden;
  max-width: calc(100% - 1.5em * 2);
  align-self: center;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-bottom: 1.5em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

._0491e753 {
  display: block;
  max-width: 100%;
}

._51496229 {
  color: var(--card-textColorSecondary);
  width: calc(40% - 2em);
  margin: 1em;
  display: flex;
  overflow: hidden;
  min-width: 200px;
  background: var(--card-bg);
  box-shadow: var(--card-boxShadow);
  box-sizing: border-box;
  min-height: 25em;
  border-color: var(--card-borderColor);
  border-style: solid;
  border-width: var(--card-borderWidth);
  border-radius: var(--card-borderRadius);
  flex-direction: column;
  justify-content: space-between;
}

._8508a101 {
  color: inherit;
  transition: transform 0.2s ease-in-out;
  font-weight: inherit;
  text-decoration: none;
}

._8508a101:hover {
  transform: scale(1.03);
  text-decoration: none !important;
}

._b430654c {
  margin: 2em;
  margin-bottom: 2.5em;
}

._7faf53b9 {
  font: var(--font-subtitle);
  color: var(--card-textColorPrimary, var(--color-text-primary));
  margin: 0;
  font-size: var(--fontSize-subtitle);
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
  margin-bottom: 0.5em;
}

._4428a041 {
  margin: 0;
  font-size: 1em;
}

._0cc9417e {
  overflow: hidden;
  max-width: calc(100% - 1.5em * 1);
  align-self: flex-end;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
}

._836659bd {
  display: block;
  max-width: 100%;
}
._f42916f9 {
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 50px;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._0248b347 {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

._dce1dea8 {
  color: var(--color-accent-primary);
  margin: 0;
}

._09b71a91 {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._9d302be7 {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._879edb52 {
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
}

._da67444f {
  display: flex;
}

._7c86b9b3 {
  display: flex;
  animation-name: keyframes-scroll;
  animation-duration: 500s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes keyframes-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(var(--width) / -2));
  }
}

._7ad32e46 {
  display: flex;
}

._9d9322c0 {
  margin: 0 1.3em;
  display: flex;
  align-items: center;
}

._9d7ce11d {
  color: var(--color-accent-primary);
  font-size: 1.2em;
  margin-right: 0.3em;
}

._dc00268a {
  font-weight: var(--fontWeight-text-medium);
  white-space: nowrap;
}
._624645b7 {
  --wr-max: 1200px;
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 50px;
}

._6a4238c3 {
  display: flex;
  flex-direction: column;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._f8f57c25 {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

._30ff3f00 {
  color: var(--color-accent-primary);
  margin: 0;
}

._cf35feec {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._c0fb466b {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._b4bbe5d3 {
  gap: 50px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  max-width: min(1000px, 100%);
  align-items: unset;
  flex-direction: unset;
  justify-content: unset;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}

@media (max-width: 610px) {
  ._b4bbe5d3 {
    max-width: min(300px, 100%);
  }
}

._bef8e2c9 {
  color: var(--card-textColorSecondary);
  display: flex;
  padding: 2em;
  background: var(--card-bg);
  box-shadow: var(--card-boxShadow);
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  border-color: var(--card-borderColor);
  border-style: solid;
  border-width: var(--card-borderWidth);
  border-radius: var(--card-borderRadius);
  flex-direction: column;
}

._354dd3a4 {
  color: inherit;
  transition: transform 0.2s ease-in-out;
  font-weight: inherit;
  text-decoration: none;
}

._354dd3a4:hover {
  transform: scale(1.03);
  text-decoration: none !important;
}

._12407379 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

._d1c89c29 {
  font: var(--font-subtitle);
  color: var(--card-textColorPrimary, var(--color-text-primary));
  font-size: var(--fontSize-subtitle);
  margin-top: 1em;
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
}

._ba495699 {
  color: var(--card-textColorPrimary, var(--color-text-primary));
  display: flex;
  margin-top: 1em;
  font-weight: var(--fontWeight-text-medium);
  margin-bottom: 1em;
}

._6701ecc4 {
  color: inherit;
  margin: 0 0.3em;
}

._fe099c44 {
  display: block;
}
._a5d4bee7 {
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 50px;
}

._cfb1576e {
  display: flex;
}

@media (max-width: 750px) {
  ._cfb1576e {
    flex-direction: column;
  }
}

._d62755cd {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  align-items: flex-start;
  flex-direction: column;
}

.alignItems {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

.textAlign {
  0: c;
  1: e;
  2: n;
  3: t;
  4: e;
  5: r;
}

._c668ac89 {
  gap: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

._360e32af {
  color: var(--color-accent-primary);
  margin: 0;
}

._41678d80 {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._fd21de14 {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._f87fc8c1 {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.9em;
  list-style: none;
}

._743d9d92 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}

._b0da50d8 {
  position: relative;
  flex-shrink: 0;
  margin-right: 1em;
}

._911ff3c2 {
  display: flex;
  flex-direction: column;
}

._89f0c7e8 {
  font: var(--font-subtitle);
  color: var(--color-text-primary);
  font-size: var(--fontSize-subtitle);
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
}

._882042dd {
  width: calc(50% - 4em);
  margin-left: 3em;
}

@media (max-width: 750px) {
  ._882042dd {
    width: 100%;
    margin: 3em 0 0 0;
  }
}

._bfa8377c {
  display: block;
  max-width: 100%;
  border-radius: calc(var(--card-borderRadius) / 2);
}
._83203361 {
  position: relative;
  padding-top: 50px;
  --paddingTop: 50px;
  padding-bottom: 110px;
}

.alignItems {
  0: f;
  1: l;
  2: e;
  3: x;
  4: -;
  5: s;
  6: t;
  7: a;
  8: r;
  9: t;
}

.textAlign {
  0: l;
  1: e;
  2: f;
  3: t;
}

._eb38d4cb {
  gap: 10px;
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-direction: column;
}

._d53439a8 {
  color: var(--color-accent-primary);
  margin: 0;
}

._4c579fd3 {
  font: var(--font-title);
  color: var(--color-text-primary);
  margin: 0;
  font-size: var(--fontSize-title);
  line-height: var(--lineHeight-title);
}

._7a347318 {
  font: var(--font-subheading);
  margin: 0;
  font-size: var(--fontSize-subheading);
  line-height: var(--lineHeight-subheading);
}

._e60af728 {
  border: var(--border-width) solid var(--color-border-normal);
  display: flex;
  border-radius: 6px;
  flex-direction: column;
}

._e60af728:empty {
  display: none;
}

._ffe3dff7 .accordion-item:not(.open) .accordion-content {
  display: none;
}

._c548125d {
  padding: 0;
  border-bottom: 1px solid var(--color-border-normal);
}

._c548125d:last-child {
  border-bottom: none;
}

._99e70b70 {
  font: var(--font-subtitle);
  color: var(--color-text-primary);
  margin: 0;
  padding: 1em;
  font-size: var(--fontSize-subtitle);
  font-weight: var(--fontWeight-subtitle, var(--fontWeight-text-medium));
  line-height: var(--lineHeight-subtitle);
}

._99e70b70:hover {
  cursor: pointer;
  text-decoration: underline;
}

._43d62a5b {
  padding: 0 1em 1em;
  margin-top: -0.7em;
}
._c4b89fde {
  display: flex;
  padding: 30px 0 60px 0;
  position: relative;
  border-top: 1px solid var(--color-border-normal);
  padding-bottom: 150px;
}

._bea1daea {
  gap: 40px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 500px) {
  ._bea1daea {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}

._c0e4633f {
  font-size: 1em;
}

._a6d0f97b {
  margin-top: 10px;
}

._9fc8f72f {
  width: 185px;
  display: block;
  max-width: 100%;
}

._4dba2c1d {
  gap: 10px;
  display: flex;
  margin-top: 1em;
}

._3d4606c5 {
  color: inherit;
}

._3d4606c5:hover {
  color: var(--color-text-primary);
}

._317000c4 {
  display: block;
}

._370825cf {
  margin: -10px;
  display: flex;
  margin-top: 10px;
  align-items: flex-start;
  flex-direction: column;
}

._370825cf > * {
  margin: 10px;
}

._6d77f4ac {
  gap: 80px;
  margin: 0;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

._f7277ae9 {
  color: var(--color-text-primary);
  margin: 0 0 5px 0;
  font-weight: var(--fontWeight-text-medium);
}

._a1fe80f4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

._171c7314 {
  padding: 5px 0;
  font-size: 0.9em;
}

._7d179ab3 {
  color: var(--color-text-secondary);
  padding: 10px 0;
}

body {
  --um-header-height: calc(70px + var(--um-banner-height, 0px));
}
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.carousel-container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  /* Prevent line breaks */
}

.carousel-track {
  display: inline-flex;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.carousel-item {
  display: inline-block;
  margin: 0 1rem;
}

.carousel-item img {
  max-width: none;
}

.carousel-track:hover {
  animation-play-state: paused;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body {
  font-family: "Quicksand", "Inter", sans-serif;
  background-color: #fff;
  color: #333;
}

/* =============== NAVBAR =============== */
.site-header {
  width: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-logo {
  height: 40px;
  margin-right: 0.5rem;
}

.navbar-toggle {
  display: none; /* hidden on larger screens */
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: 4px 0;
  transition: background-color 0.3s ease;
}

.navbar-links-actions {
  display: flex;
  align-items: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.sidebar-close {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 0.5;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* Nav links */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}

.nav-links li {
  margin: 0 0.75rem;
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 0.2s;
  font-weight: 500;
}

.nav-links a:hover {
  color: #7b4cdf;
}

/* Dropdown */
.dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1rem;
}

.arrow {
  margin-left: 4px;
  font-size: 0.8rem;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 120px;
  z-index: 1000;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}
.dropdown-menu a:hover {
  background-color: #f0f0f0;
}

/* CTA buttons in nav */
.navbar-actions {
  display: flex;
  gap: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.arrow-btn {
  margin-left: 6px;
  font-weight: bold;
  display: none; /* hidden by default, see hover style if you want it to show */
}

.btn-primary {
  background-color: #7b4cdf;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #6939cc;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}

.btn-outline:hover {
  background-color: #333;
  color: #fff;
}

/* Responsive for nav & sidebar */
@media (max-width: 768px) {
  .navbar-toggle {
    display: block; /* show hamburger on smaller screens */
  }

  .navbar-links-actions {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 280px;
    height: 100vh;
    background-color: #fafafa;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.08);
    z-index: 999;
    transform: translateX(0);
    opacity: 0;
  }

  .navbar-links-actions.expanded {
    right: 0;
    opacity: 1;
  }

  .sidebar-close {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
    padding: 0 1rem;
  }

  .nav-links li {
    margin: 1rem 0;
  }

  .navbar-actions {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0 1rem;
  }

  .dropdown-menu {
    position: static;
    margin-top: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
}

/* =============== HERO SECTION =============== */
.hero-section {
  width: 95%;
  max-width: 1200px;
  margin: 25px auto 0;
  text-align: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.hero-title {
  /* font-size: 2rem; */
  /* font-weight: 700; */
  /* margin-bottom: 0.5rem; */
  font: var(--font-hero);
  color: var(--color-text-primary);
  /* margin: 0; */
  font-size: var(--fontSize-hero);
  line-height: var(--lineHeight-hero);
}

.highlight {
  color: #7b4cdf;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #666;
}

.hero-desc {
  font-size: 1rem;
  max-width: 650px;
  margin: 14px auto;
  color: #555;
  line-height: 1.6;
}

.hero-cta {
  display: inline-flex;
  gap: 1rem;
}

/* Show arrow on hover if you want */
.btn-primary:hover .arrow-btn {
  display: inline-block;
}

/* =============== IMAGE SECTION =============== */
.img-section {
  margin: 0 auto;
  max-width: 100%;
  align-items: center;
}
.img-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =============== WHATSAPP & META BADGES =============== */
.whatsapp-meta-section {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transform: scale(0.9);
}

.whatsapp-badge {
  /* display: inline-flex; */
  align-items: center;
  background-color: #c1edcc;
  border: 1px solid #70c085;
  /* border-radius: 999px; */
  /* padding: 0.3rem 0.8rem; */
  /* font-size: 12px; */
  color: #2e7d32;
  font-weight: 500;
  gap: 0.5rem;
  /* color: #712382; */
  /* border: 1px solid #eebefa; */
  display: flex;
  padding: 0.4em 0.6em;
  font-size: 0.9em;
  /* background: #f8f0fc; */
  transition: background 0.2s ease-in-out;
  border-radius: 2em;
  /* margin-bottom: 10px; */
  text-decoration: none;
}

.icon-whatsapp {
  font-size: 23px;
  color: #5ecd6c;
}

.meta-partner {
  display: flex;
  gap: 0.3rem;
  font-size: 35px;
  align-items: flex-end;
}

.meta-logo {
  font-size: 25px;
  font-weight: 600;
  color: #2e2e2e;
}

.meta-subtext {
  font-size: 15px;
  color: #444;
  font-weight: 400;
  transform: translateY(-2px);
}

/* =============== INTEGRATION SECTIONS =============== */
.integration-section {
  width: 95%;
  max-width: 1200px;
}

.integration-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.integration-left {
  flex: 1 1 307px;
  max-width: 468px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.integration-left h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
}

.benefits-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.benefits-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.benefits-list li strong {
  font-size: 15px;
  color: #333;
}

.benefits-list li p {
  font-size: 12px;
  color: #555;
}

.integration-right {
  flex: 1 1 333px;
  max-width: 500px;
  position: relative;
}

.phone-mockup {
  width: 100%;
  height: auto;
  display: block;
}

.icon-36 {
  font-size: 20px;
  color: #7b4cdf;
}

/* Responsive integration container */
@media (max-width: 768px) {
  .integration-container {
    flex-direction: column;
  }
}

/* =============== LANDING SECTION =============== */
.landing-section {
  width: 95%;
  max-width: 1200px;
}

.landing-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.landing-left {
  flex: 1 1 333px;
  max-width: 500px;
  position: relative;
}

.landing-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.landing-main-image {
  width: 100%;
  height: auto;
  display: block;
}

.landing-right {
  flex: 1 1 307px;
  max-width: 468px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.landing-right h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
}

.icon-32 {
  font-size: 20px;
  color: #7b4cdf;
}

/* Landing responsiveness */
@media (max-width: 768px) {
  .landing-container {
    flex-direction: column;
  }
  .landing-left {
    margin-bottom: 2rem;
    max-width: 100%;
  }
}

/* =============== EMAIL AUTOMATION SECTION =============== */
.email-automation-section {
  width: 95%;
  max-width: 1200px;
}

.email-automation-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.email-automation-left {
  flex: 1 1 307px;
  max-width: 468px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.email-automation-left h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.email-automation-right {
  flex: 1 1 333px;
  max-width: 500px;
  position: relative;
}

.email-automation-mockup {
  width: 100%;
  height: auto;
  display: block;
}

/* Email auto section responsive */
@media (max-width: 768px) {
  .email-automation-container {
    flex-direction: column;
  }
  .email-automation-left {
    margin-bottom: 2rem;
    max-width: 100%;
  }
}

/* =============== CRM SECTION =============== */
.crm-section {
  width: 95%;
  max-width: 1200px;
}

.crm-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.crm-left {
  flex: 1 1 333px;
  max-width: 500px;
  position: relative;
}

.crm-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.crm-main-image {
  width: 100%;
  height: auto;
  display: block;
}

.crm-right {
  flex: 1 1 307px;
  max-width: 468px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.crm-right h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .crm-container {
    flex-direction: column;
  }
  .crm-left {
    margin-bottom: 2rem;
    max-width: 100%;
  }
}

/* =============== WHY REALAUTO SECTION =============== */
.why-realauto-section {
  text-align: center;
  width: 95%;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

.why-realauto-container {
  border-radius: 8px;
  box-shadow: 0 1px 35px 4px #6468e626;
  overflow: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.main-heading {
  font-size: 32px;
  font-weight: 700;
}

.subheading {
  /* padding: 8px; */
  font-size: 19px;
  font-weight: 500;
  /* color: white; */
  /* border-radius: 23px; */
  /* background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%); */
  /* transition: 1.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
}

.description {
  font-size: 15px;
  line-height: 1.6;
}

/* =============== TESTIMONIALS SECTION =============== */
.testimonials-section {
  width: 95%;
  max-width: 1200px;
  margin: 30px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.testimonials-heading {
  font-size: 1.8rem;
  font-weight: 700;
  /* margin-bottom: 2rem; */
  color: #000;
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 200px;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper-with-txt {
  position: relative;
}

.video-wrapper-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-name {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}

.video-circle {
  width: 100%;
  height: 100%;
  background-color: rgba(76, 76, 76, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.play-icon {
  font-size: 55px;
  color: #fff;
}

@media (max-width: 768px) {
  .testimonials-grid {
    flex-direction: column;
  }
  .testimonial-card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* =============== TRUSTED LOGOS & BROKERS =============== */
.trusted-by-section {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.trusted-heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #000;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.trusted-logos img {
  max-width: 90px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .trusted-logos {
    gap: 1rem;
  }
  .trusted-logos img {
    max-width: 70px;
  }
}

.trusted-brokers-section {
  width: 95%;
  max-width: 1200px;
  margin: 3rem auto;
  text-align: center;
}

.trusted-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #000;
}

.broker-avatars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.broker-avatars .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* =============== FOOTER =============== */
.site-footer {
  width: 100%;
  margin-top: 2rem;
  background-color: #fff;
}

.footer-divider {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  border: none;
  border-top: 1px solid #eee;
}

.footer-content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 250px;
  flex: 1 1 250px;
}

.copyright {
  font-size: 0.9rem;
  color: #666;
}

.made-with-love {
  font-size: 0.9rem;
  color: #666;
}

.footer-brand {
  margin-top: 1rem;
}

.footer-logo {
  width: 120px;
  height: auto;
  display: block;
}

.footer-socials {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}

.footer-socials a {
  text-decoration: none;
  display: inline-flex;
}

.social-icon {
  color: #333;
  font-size: 24px;
}

.footer-links-container {
  display: flex;
  gap: 2rem;
  flex: 2;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 150px;
}

.footer-column h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.5rem;
}

.footer-column a {
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-column a:hover {
  color: #7b4cdf;
}

/* For the meta icon color */
.icon-meta {
  color: #3677ba;
}

/* The subheading tabs wrapper */
.wrapper {
  width: 450px;
  line-height: 40px;
}

.wrapper nav {
  position: relative;
  display: flex;
  gap: 5px;
}

.wrapper nav label {
  flex: 1;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.wrapper nav label a {
  position: relative;
  z-index: -1;
  color: #1d1f20;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.6s ease;
}

.wrapper nav #home:checked ~ label.home a,
.wrapper nav #inbox:checked ~ label.inbox a,
.wrapper nav #contact:checked ~ label.contact a {
  color: #fff;
}

.wrapper nav label a i {
  font-size: 25px;
  margin: 0 7px;
}

/* Sliding highlight bar */
.wrapper nav .tab {
  position: absolute;
  height: 100%;
  width: 36.5%;
  left: -2%;
  bottom: 0;
  z-index: 0;
  border-radius: 50px;
  background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper nav #inbox:checked ~ .tab {
  left: 34%;
  width: 32%;
}

.wrapper nav #contact:checked ~ .tab {
  left: 70%;
  width: 27%;
}

.wrapper nav input {
  display: none;
}

/* Simple layout for main (just to manage spacing) */
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 45px; */
}

/***********************************************
   FEATURE LAYOUT SECTION (Dynamic)
***********************************************/
.feature-layout {
  text-align: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 60px 0 24px; /* spacing from next section if desired */
}

.feature-layout-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.feature-pill {
  border: 1px solid;
  background: white;
  border-radius: 25px;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 500;
  color: #7b4cdf;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 6px 3px #6468e626;
}

.feature-layout-main {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.feature-aside {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
  padding: 30px 0;
}

.aside-item {
  border: 1px solid;
  background: white;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #7b4cdf;
  border-radius: 8px;
  cursor: pointer;
  margin: 0px 27px;
  box-shadow: 0 1px 6px 3px #6468e626;
}

.feature-content-box {
  flex: 2;
  /* background-color: #ddd; */
  border-radius: 8px;
  /* min-height: 250px; */
  color: #444;
  /* padding: 1rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  /* transform: scale(0.85); */
  /* transform-origin: right; */
  box-shadow: 0 1px 35px 4px #6468e626;
}

.feature-content-box img.content-gif {
  max-width: 100%;
  height: auto;
  display: block;
  /* transform: scale(0.85); */
}

/* Fade-in effect if you want:
.feature-content-box {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.feature-content-box.visible {
  opacity: 1;
}
*/

@media (max-width: 768px) {
  .feature-layout-main {
    flex-direction: column;
  }
  .feature-aside {
   width: 100%;
   padding-right: 44px;
  }
  .aside-item {
    min-width: 100%;
    margin-right: 8px;
  }
}

.feature-pill.active {
  background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  color: white;
}

.aside-item.active {
  background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  color: white;
}

/* body {
  font-family: 'Montserrat', sans-serif;
  background: #1e293b;
  color: #f8fafc;
} */

.trusted-logos-container-app {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* header { 
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  text-align: center;
  
  h1 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    
    @media (min-width: 768px) {
      font-size: 3rem;
    }
  }
  
  p {
    color: #94a3b8;
    margin-bottom: 0.5rem;
  }
  
  a {
    color: #7393c1;
  }
} */

.tag-list {
  width: 30rem;
  max-width: 90vw;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem 0;
  position: relative;
  padding: 1.5rem 0;
  overflow: hidden;
}

.loop-slider {
  .inner {
    display: flex;
    width: fit-content;
    animation-name: loop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: 60s;
  }
}

.tag {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
  color: #e2e8f0;
  font-size: 0.9rem;
  background-color: #334155;
  border-radius: 0.4rem;
  padding: 0.7rem 1rem;
  margin-right: 1rem; // Must used margin-right instead of gap for the loop to be smooth
  box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 20%), 0 0.1rem 0.5rem rgb(0 0 0 / 30%),
    0 0.2rem 1.5rem rgb(0 0 0 / 40%);

  span {
    font-size: 1.2rem;
    color: #64748b;
  }
}

.fade {
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #1e293b,
    transparent 30%,
    transparent 70%,
    #1e293b
  );
  position: absolute;
  inset: 0;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing .plan {
  background: #fff;
  padding: 2.5rem;
  margin: 12px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0 1px 35px 4px #6468e626;
  width: 286px;
}
.pricing .plan h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.pricing .plan .price {
  margin-bottom: 1rem;
  font-size: 30px;
}
.pricing .plan ul.features {
  list-style-type: none;
  text-align: left;
}
.pricing .plan ul.features li {
  margin: 8px;
}
.pricing .plan ul.features li .bx {
  margin-right: 4px;
}
.pricing .plan ul.features li .bx-check-circle {
  color: #6ab04c;
}
.pricing .plan ul.features li .bx-x-circle {
  color: #eb4d4b;
}
.pricing .plan button {
  border: none;
  width: 100%;
  padding: 12px 35px;
  margin-top: 1rem;
  background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.pricing .plan:hover {
  border: 2px solid #7b4cdf;
  position: relative;
  transform: scale(1.04);
}
.pricing .plan:hover span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  color: #fff;
  padding: 4px 20px;
  font-size: 18px;
  border-radius: 5px;
}
.pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  /* flex-shrink: 0; */
  /* display: flex; */
  align-items: center;
  justify-content: space-around;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
  display: flex;
  flex-wrap: wrap;
  /* gap: 2px; */
  /* justify-content: center; */
  /* align-items: center; */
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(
      calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14))
    );
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(
      calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14))
    );
  }
}

/* Element styles */
.marquee img {
  /* display: grid; */
  /* place-items: center; */
  /* width: clamp(10rem, 1rem + 40vmin, 30rem); */
  /* fill: navy; */
  /* background: #ecdcc0; */
  /* aspect-ratio: 16/9; */
  /* padding: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 10); */
  /* border-radius: 0.5rem; */
  max-width: 70px;
  height: auto;
  object-fit: contain;
}

.marquee--vertical img {
  aspect-ratio: 1;
  width: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 1.5);
  padding: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 6);
}

/* Parent wrapper */
.marquee_wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  margin: auto;
  max-width: 100vw;
  align-items: center;
}

.marquee_wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

/* Toggle direction button */
.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: clamp(10rem, 1rem + 40vmin, 30rem);
  height: clamp(10rem, 1rem + 40vmin, 30rem);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: #ecdcc0;
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px navy;
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 4s ease-out forwards;
  /* Standard property */
  user-select: none;

  /* Safari / iOS Safari (3+), older Chrome & Android browsers */
  -webkit-user-select: none;

  /* Firefox (older versions) */
  -moz-user-select: none;

  /* Internet Explorer / Edge (older versions that supported -ms prefix) */
  -ms-user-select: none;

  /* Optional: sometimes people also add an explicit fallback: */
  /* (Touch-callout prevents callouts / context menus on iOS) */
  -webkit-touch-callout: none;
}

.toggle img {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(10rem, 1rem + 40vmin, 30rem);
  height: clamp(10rem, 1rem + 40vmin, 30rem);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical img {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.marquee--reverse .marquee__group img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  max-width: 80px;
}
.integration-right img {
  cursor: pointer;
}
._fa96eab5 .umso-play-button button i {
  font-size: 50px;
  width: 43px;
}

.priceplansection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}

.youtube-player {
  position: relative;
  width: 100%;
  height: 400px;
  /* margin: 52px; */
  margin: 30px auto;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 1px 35px 4px #6468e626;
  overflow: hidden;
  /* padding: 15px; */
  /* display: flex; */
  flex-direction: column;
  /* gap: 10px; */
  /* align-items: center; */
  display: flex;
  /* max-width: 100%; */
  align-items: center;
  width: 640px;
  height: 400px;
}

.youtube-player img {
  width: 100%;
}

.youtube-player.pristine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -25px;
  height: 0;
  width: 0;
  border-left: 50px solid purple;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transition: opacity 0.2s ease;
}

.youtube-player.pristine:hover::before {
  opacity: 0.7;
}

.discount{
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
    color: #fff;
    font-size: 18px;
       transform: rotate(450deg);
    width: 195px;
    right: -86px;

}