.elementor-7046 .elementor-element.elementor-element-3f425f2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-4dbb952{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-3708430{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-5c37d64{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-3476df4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-797f443{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-9373596{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-7b2293d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7046 .elementor-element.elementor-element-3912abd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-40b04a4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7046 .elementor-element.elementor-element-fd3e6ef{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7046 .elementor-element.elementor-element-bdc7801 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7046 .elementor-element.elementor-element-1fe20cb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aadcf92 */.tlm-sl-hero,
.tlm-sl-hero * {
  box-sizing: border-box;
}

.tlm-sl-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 120px clamp(22px, 6.25vw, 120px);
  font-family: "Jost", Arial, sans-serif;
  color: #fff;
  background-image: url("https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=1920&q=85");
  background-size: cover;
  background-position: center;
}

.tlm-sl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: tlmSlHeroZoom 14s ease-in-out infinite alternate;
}

.tlm-sl-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 56%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(83, 68, 158, 0.22), rgba(172, 69, 158, 0.18));
}

.tlm-sl-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1060px);
  padding-left: clamp(0px, 2vw, 34px);
  border-left: 6px solid #ac459e;
}

.tlm-sl-hero__tag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 24px;
  color: #fff;
  background: linear-gradient(90deg, #53449e, #ac459e);
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1.1;
}

.tlm-sl-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.7vw, 68px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.shipping-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 54px;
    padding: 12px 16px 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    background: linear-gradient(73deg, #53449E -13.5%, #AC459E 79.92%);
    transition: all 0.35s ease;
}

.shipping-hero-btn:hover {
    color: #FCC90C;
    transform: translateY(-3px);
}

.shipping-hero-btn:hover svg path {
    fill: #FCC90C;
}

.shipping-btn-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tlm-sl-hero-animate .tlm-sl-hero-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-sl-hero-animate .tlm-sl-hero-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes tlmSlHeroZoom {
  from { transform: scale(1.06); }
  to { transform: scale(1.12); }
}

@media (max-width: 760px) {
  .tlm-sl-hero {
    min-height: 560px;
    padding: 90px 20px;
  }

  .tlm-sl-hero__inner {
    padding-left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e0b2de */.tlm-sl-intro,
.tlm-sl-intro * {
  box-sizing: border-box;
}

.tlm-sl-intro {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background:
    linear-gradient(120deg, #53449e 0%, #53449e 52%, #ffffff 52%, #ffffff 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-sl-intro__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 0;
  align-items: stretch;
  box-shadow: 0 30px 80px rgba(38, 28, 94, 0.14);
}

.tlm-sl-intro__visual {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background: #53449e;
}

.tlm-sl-intro__visual img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-sl-intro__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(83, 68, 158, 0.25), rgba(172, 69, 158, 0.18));
}

.tlm-sl-intro__visual:hover img {
  transform: scale(1.08);
}

.tlm-sl-intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 86px);
  background: #fff;
}

.tlm-sl-intro__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 22px;
  background: #eceaf8;
  color: #53449e;
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1.1;
}

.tlm-sl-intro h2 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-sl-intro p {
  max-width: 980px;
  margin: 26px 0 0;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-sl-intro-animate .tlm-sl-intro-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-sl-intro-animate .tlm-sl-intro-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-sl-intro {
    background: #fff;
  }

  .tlm-sl-intro__inner {
    grid-template-columns: 1fr;
  }

  .tlm-sl-intro__visual,
  .tlm-sl-intro__visual img {
    min-height: 380px;
  }
}

@media (max-width: 760px) {
  .tlm-sl-intro {
    padding: 64px 20px;
  }

  .tlm-sl-intro__content {
    padding: 34px 24px;
  }

  .tlm-sl-intro__visual,
  .tlm-sl-intro__visual img {
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ec8c9a */.tlm-sl-short,
.tlm-sl-short * {
  box-sizing: border-box;
}

.tlm-sl-short {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fb 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-sl-short__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.tlm-sl-short__head {
  max-width: 1120px;
  margin: 0 auto 56px;
  text-align: center;
}

.tlm-sl-short h2 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-sl-short__head p {
  max-width: 1060px;
  margin: 18px auto 0;
  color: #333;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.58;
}

.tlm-sl-short__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.tlm-sl-short-card {
  position: relative;
  min-height: 0px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  border: 1px solid rgba(83, 68, 158, 0.14);
  box-shadow: 0 18px 50px rgba(37, 28, 94, 0.08);
  transition: transform 540ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 540ms ease;
}

.tlm-sl-short-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(83, 68, 158, 0.96), rgba(172, 69, 158, 0.88));
  transform: translateY(101%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -2;
}

.tlm-sl-short-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #53449e, #ac459e);
  transform: scaleX(0.42);
  transform-origin: left;
  transition: transform 540ms cubic-bezier(0.22, 1, 0.36, 1), background 540ms ease;
}

.tlm-sl-short-card__icon {
  width: 62px;
  height: 62px;
  color: #53449e;
  transition: color 540ms ease, transform 540ms ease;
}

.tlm-sl-short-card__icon svg {
  width: 62px;
  height: 62px;
  display: block;
  fill: none;
}

.tlm-sl-short-card__icon path,
.tlm-sl-short-card__icon circle {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.tlm-sl-short-card h3 {
  margin: 34px 0 0;
  color: #53449e;
  font-size: clamp(17px, 1vw, 21px);
  font-weight: 600;
  line-height: 1.28;
  transition: color 540ms ease, transform 540ms ease;
}

.tlm-sl-short-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 30px 75px rgba(37, 28, 94, 0.18);
}

.tlm-sl-short-card:hover::before {
  transform: translateY(0);
}

.tlm-sl-short-card:hover::after {
  transform: scaleX(1);
  background: rgba(255, 255, 255, 0.9);
}

.tlm-sl-short-card:hover .tlm-sl-short-card__icon,
.tlm-sl-short-card:hover h3 {
  color: #fff;
  transform: translateY(-6px);
}

.tlm-sl-short__note {
  max-width: 1180px;
  margin: 44px auto 0;
  text-align: center;
  color: #333;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.58;
}

.tlm-sl-short-animate .tlm-sl-short-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-sl-short-animate .tlm-sl-short-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tlm-sl-short__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tlm-sl-short-card:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .tlm-sl-short {
    padding: 64px 20px;
  }

  .tlm-sl-short__grid {
    grid-template-columns: 1fr;
  }

  .tlm-sl-short-card,
  .tlm-sl-short-card:last-child {
    grid-column: auto;
    min-height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01f6488 */.tlm-sl-long,
.tlm-sl-long * {
  box-sizing: border-box;
}

.tlm-sl-long {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background: #f77fb;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-sl-long__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.tlm-sl-long__head {
  max-width: 1120px;
  margin: 0 auto 56px;
  text-align: center;
}

.tlm-sl-long h2 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-sl-long__head p {
  max-width: 1060px;
  margin: 18px auto 0;
  color: #333;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.58;
}

.tlm-sl-long__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.tlm-sl-long-card {
  position: relative;
  min-height: 0px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  border: 1px solid rgba(83, 68, 158, 0.14);
  box-shadow: 0 18px 50px rgba(37, 28, 94, 0.08);
  transition: transform 540ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 540ms ease;
}

.tlm-sl-long-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(83, 68, 158, 0.96), rgba(172, 69, 158, 0.88));
  transform: translateY(101%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -2;
}

.tlm-sl-long-card__icon {
  width: 62px;
  height: 62px;
  color: #53449e;
  transition: color 540ms ease, transform 540ms ease;
}

.tlm-sl-long-card__icon svg {
  width: 62px;
  height: 62px;
  display: block;
  fill: none;
}

.tlm-sl-long-card__icon path,
.tlm-sl-long-card__icon circle {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.tlm-sl-long-card h3 {
  margin: 34px 0 0;
  color: #53449e;
  font-size: clamp(17px, 1vw, 21px);
  font-weight: 600;
  line-height: 1.28;
  transition: color 540ms ease, transform 540ms ease;
}

.tlm-sl-long-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 30px 75px rgba(37, 28, 94, 0.18);
}

.tlm-sl-long-card:hover::before {
  transform: translateY(0);
}

.tlm-sl-long-card:hover .tlm-sl-long-card__icon,
.tlm-sl-long-card:hover h3 {
  color: #fff;
  transform: translateY(-6px);
}

.tlm-sl-long__note {
  max-width: 1180px;
  margin: 44px auto 0;
  text-align: center;
  color: #333;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.58;
}

.tlm-sl-long-animate .tlm-sl-long-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-sl-long-animate .tlm-sl-long-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tlm-sl-long__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tlm-sl-long-card:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .tlm-sl-long {
    padding: 64px 20px;
  }

  .tlm-sl-long__grid {
    grid-template-columns: 1fr;
  }

  .tlm-sl-long-card,
  .tlm-sl-long-card:last-child {
    grid-column: auto;
    min-height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bb24f1 */.tlm-sl-flex,
.tlm-sl-flex * {
  box-sizing: border-box;
}

.tlm-sl-flex {
  width: 100%;
  padding: 0px clamp(22px, 6.25vw, 120px);
  background: #ffffff;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-sl-flex__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 44px;
  align-items: stretch;
}

.tlm-sl-flex__content {
  position: relative;
  padding: clamp(34px, 5vw, 76px);
  background: #f7f7fb;
  border-left: 8px solid #53449e;
  box-shadow: 0 22px 70px rgba(38, 28, 94, 0.08);
}

.tlm-sl-flex__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 7px;
  background: linear-gradient(90deg, #53449e, #ac459e);
}

.tlm-sl-flex h2 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-sl-flex p {
  max-width: 980px;
  margin: 24px 0 0;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-sl-flex__image {
  overflow: hidden;
  min-height: 100%;
  background: #53449e;
  box-shadow: 0 22px 70px rgba(38, 28, 94, 0.12);
}

.tlm-sl-flex__image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-sl-flex__image:hover img {
  transform: scale(1.08);
}

.tlm-sl-flex-animate .tlm-sl-flex-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-sl-flex-animate .tlm-sl-flex-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-sl-flex__inner {
    grid-template-columns: 1fr;
  }

  .tlm-sl-flex__image img {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .tlm-sl-flex {
    padding: 64px 20px;
  }

  .tlm-sl-flex__content {
    padding: 34px 24px;
  }

  .tlm-sl-flex__image img {
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05231bd */.tlm-sl-full,
.tlm-sl-full * {
  box-sizing: border-box;
}

.tlm-sl-full {
  width: 100%;
  padding: 10px clamp(22px, 6.25vw, 120px);
  background: #f7f7fb;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-sl-full__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: stretch;
}

.tlm-sl-full__image {
  overflow: hidden;
  min-height: 100%;
  background: #53449e;
  box-shadow: 0 22px 70px rgba(38, 28, 94, 0.12);
}

.tlm-sl-full__image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-sl-full__image:hover img {
  transform: scale(1.08);
}

.tlm-sl-full__content {
  position: relative;
  padding: clamp(34px, 5vw, 76px);
  background: #ffffff;
  border-left: 8px solid #53449e;
  box-shadow: 0 22px 70px rgba(38, 28, 94, 0.08);
}

.tlm-sl-full__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 7px;
  background: linear-gradient(90deg, #53449e, #ac459e);
}

.tlm-sl-full h2 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-sl-full p {
  max-width: 980px;
  margin: 24px 0 0;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-sl-full-animate .tlm-sl-full-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-sl-full-animate .tlm-sl-full-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-sl-full__inner {
    grid-template-columns: 1fr;
  }

  .tlm-sl-full__image img {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .tlm-sl-full {
    padding: 64px 20px;
  }

  .tlm-sl-full__content {
    padding: 34px 24px;
  }

  .tlm-sl-full__image img {
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b2293d */.tlm-clients-section {
    width: 100%;
    padding: 60px 120px;
    /*background: #F5F5F8;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    overflow: hidden;
}

.tlm-clients-content h2 {
   display:inline-block;
  margin: 0;
  color: transparent;
  font-size: clamp(22px, 1.67vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  /*text-align: center;*/
  background: linear-gradient(64deg, #53449e 38.34%, #ac459e 84.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}

.tlm-clients-content p {
    max-width: 1485px;
    margin: 0;
    color: #363636;
    font-family: Inter, sans-serif;
     font-size: clamp(16px, 0.94vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

.tlm-clients-logo-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.tlm-clients-logo-track {
    display: flex;
    align-items: center;
    gap: 95px;
    width: max-content;
    animation: tlmLogoScroll 24s linear infinite;
}

.tlm-clients-logo-wrap:hover .tlm-clients-logo-track {
    animation-play-state: paused;
}

.tlm-clients-logo-track img {
    width: 200px;
    height: 113px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.tlm-clients-logo-track img:hover {
    transform: scale(1.08);
    filter: brightness(1.08);
    opacity: 0.85;
}

@keyframes tlmLogoScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Entry animation */
.tlm-clients-animate {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

.tlm-clients-animate.active {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

/* Laptop */
@media (max-width: 1366px) {
    .tlm-clients-section {
        padding: 55px 80px;
    }

    .tlm-clients-content h2 {
        font-size: 28px;
    }

    .tlm-clients-content p {
        font-size: 16px;
    }

    .tlm-clients-logo-track {
        gap: 70px;
    }

    .tlm-clients-logo-track img {
        width: 170px;
        height: 96px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .tlm-clients-section {
        padding: 50px;
    }

    .tlm-clients-logo-track {
        gap: 55px;
        animation-duration: 20s;
    }

    .tlm-clients-logo-track img {
        width: 150px;
        height: 85px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .tlm-clients-section {
        padding: 40px 25px;
        gap: 25px;
    }

    .tlm-clients-content h2 {
        font-size: 22px;
        letter-spacing: -0.8px;
        margin-bottom: 20px;
    }

    .tlm-clients-content p {
        font-size: 14px;
        letter-spacing: -0.4px;
    }

    .tlm-clients-logo-track {
        gap: 45px;
        animation-duration: 18s;
    }

    .tlm-clients-logo-track img {
        width: 130px;
        height: 74px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40b04a4 */.tlm-testimonial-section {
    width: 100%;
    padding: 60px 120px;
    /*background: #ffffff;*/
    background: #F5F5F8;
    overflow: hidden;
}

.tlm-testimonial-header {
    margin-bottom: 40px;
}

.tlm-testimonial-header h2 {
    margin: 0 0 20px;
    color: #000000;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.8px;
}

.tlm-testimonial-header p {
    margin: 0;
    color: #363636;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.9px;
}

.tlm-testimonial-slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.tlm-testimonial-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: tlmReviewScroll 55s linear infinite;
}

.tlm-testimonial-slider-wrapper:hover .tlm-testimonial-track {
    animation-play-state: paused;
}

.tlm-testimonial-card {
    width: 490px;
    padding: 29px;
    background: #fffff;
    border: 1px solid #DFDFDF;
    display: flex;
    flex-direction: column;
    gap: 23px;
    flex-shrink: 0;
    transition: all 0.35s ease;
    min-height: 250px !important;
    max-height: 290px !important;
}

.tlm-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.tlm-review-top {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tlm-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ADADAD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.tlm-user-info h4 {
    margin: 0 0 8px;
    color: #222222;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
}

.tlm-user-info span {
    color: rgba(180, 180, 180, 0.8);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.tlm-divider {
    width: 100%;
    height: 1px;
    background: #DEE5ED;
}

.tlm-review-text {
    min-height: 95px;
    margin: 0;
    color: #363636;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.5px;
}

.tlm-review-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -35px !important;
}

.tlm-stars {
    color: #FFD029;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1;
}

.tlm-google-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tlm-google-logo img {
    width: 63px;
    height: auto;
    display: block;
}

@keyframes tlmReviewScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.tlm-testimonial-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.tlm-testimonial-animate.active {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

@media (max-width: 1366px) {
    .tlm-testimonial-section {
        padding: 55px 80px;
    }

    .tlm-testimonial-header h2 {
        font-size: 35px;
    }

    .tlm-testimonial-header p {
        font-size: 16px;
    }

    .tlm-testimonial-card {
        width: 420px;
    }
}

@media (max-width: 1024px) {
    .tlm-testimonial-section {
        padding: 50px;
    }

    .tlm-testimonial-header h2 {
        font-size: 30px;
    }

    .tlm-testimonial-card {
        width: 360px;
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .tlm-testimonial-section {
        padding: 40px 25px;
    }

    .tlm-testimonial-header h2 {
        font-size: 28px !important;
        letter-spacing: -1px;
    }

    .tlm-testimonial-header p {
        font-size: 14px;
        letter-spacing: -0.4px;
    }

    .tlm-testimonial-track {
        gap: 12px;
        animation-duration: 45s;
    }

    .tlm-testimonial-card {
        width: 300px;
        padding: 20px;
        gap: 18px;
    }

    .tlm-avatar {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .tlm-user-info h4 {
        font-size: 16px !important;
    }

    .tlm-user-info span {
        font-size: 13px;
    }

    .tlm-review-text {
        font-size: 14px;
        min-height: auto;
    }

    .tlm-stars {
        font-size: 18px;
    }

    .tlm-google-logo img {
        width: 58px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdc7801 */.tlm-faq-section{
    width:100%;
    background:#F5F5F8;
    padding:60px 120px;
    display:flex;
    flex-direction:column;
    gap:30px;
}

.tlm-faq-title{
    margin:0;
    color:#000;
    font-family:Inter,sans-serif;
   font-size: clamp(38px, 2.92vw, 56px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.tlm-faq-wrapper{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.tlm-faq-item{
    border:0.925px solid #DFDFDF;
    background:#fff;
    overflow:hidden;
    transition:all .45s ease;
}

.tlm-faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:40px;
    cursor:pointer;
}

.tlm-faq-question span:first-child{
    color:#797979;
    font-family:Inter,sans-serif;
    font-size:16px !important;
    font-weight:500;
    line-height:normal;
    letter-spacing:-1.08px;
    transition:all .35s ease;
}

.tlm-faq-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    transition:all .35s ease;
}

.tlm-faq-answer{
    max-height:0;
    overflow:hidden;
    padding:0 40px;
    color:#363636;
    font-family:Inter,sans-serif;
    font-size:16px !important;
    font-weight:400;
    line-height:160%;
    letter-spacing:-0.4px;
    transition:all .45s ease;
}

.tlm-faq-item:hover .tlm-faq-answer{
    max-height:250px;
    padding:0 40px 40px;
}

.tlm-faq-item:hover .tlm-faq-question span:first-child{
    color:#413CCB;
    font-size: 20px !important;
}

.tlm-faq-item:hover .tlm-faq-arrow{
    transform:rotate(180deg);
}

.tlm-faq-item:hover .tlm-faq-arrow svg path{
    fill:#F05A3F;
}

/* Animation */

.tlm-faq-item{
    opacity:0;
    transform:translateY(30px);
}

.tlm-faq-item.tlm-visible{
    opacity:1;
    transform:translateY(0);
    transition:
    opacity .8s ease,
    transform .8s ease;
}

/* Laptop */

@media(max-width:1366px){

    .tlm-faq-section{
        padding:55px 80px;
    }

    .tlm-faq-title{
        font-size:35px !important;
    }

    .tlm-faq-question{
        padding:32px;
    }

    .tlm-faq-answer{
        font-size:15px !important;
    }
}

/* Tablet */

@media(max-width:1024px){

    .tlm-faq-section{
        padding:50px;
    }

    .tlm-faq-title{
        font-size:35px !important;
        letter-spacing:-2px;
    }

    .tlm-faq-question{
        padding:28px;
    }

    .tlm-faq-question span:first-child{
        font-size:16px !important;
    }

    .tlm-faq-answer{
        padding:0 28px;
    }

    .tlm-faq-item:hover .tlm-faq-answer{
        padding:0 28px 28px;
    }
}

/* Mobile */

@media(max-width:767px){

    .tlm-faq-section{
        padding:40px 25px;
        gap:20px;
    }

    .tlm-faq-title{
        font-size: 28px !important;
        letter-spacing:-1px;
    }

    .tlm-faq-question{
        padding:22px 20px;
        gap:15px;
    }

    .tlm-faq-question span:first-child{
        font-size:14px !important;
        line-height:1.5;
    }

    .tlm-faq-answer{
        font-size:14px !important;
        line-height:1.7;
        padding:0 20px;
    }

    .tlm-faq-item:hover .tlm-faq-answer{
        padding:0 20px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d944591 */.tlm-popup-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(6px);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tlm-popup-overlay.tlm-popup-active {
  display: flex;
}

.tlm-popup-box {
  position: relative;
  width: min(100%, 1050px);
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 42px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.tlm-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px !important;
}

.tlm-popup-close:hover {
  background: #e934c9;
  color: #ffffff;
}

.tlm-popup-form {
  width: 100%;
}

body.tlm-popup-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .tlm-popup-overlay {
    padding: 14px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .tlm-popup-box {
    margin-top: 30px;
    padding: 34px 18px 24px;
    max-height: none;
  }

  .tlm-popup-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");/* End custom CSS */