@charset "UTF-8";
/****************************** Import - Variables ******************************/
/********** Import: variables **********/
/********** Import: fonts **********/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=JetBrains+Mono:wght@100;500&display=swap");
/****************************** Variable Styles: Pixels ******************************/
/****************************** Variable Styles: Fonts ******************************/
/********** Typography: Kyomu Technologies **********/
/********** Variables: Font variables **********/
/* - Primary Brand Font:*/
/* - Tech Related Texts:*/
/********** Typography: Kyomu Technologies **********/
/* - Titles & Headings:*/
/* - Paragraphs & Body Text:*/
/* - Buttons & Navbar:*/
/* - Tech/Code related text: */
/****************************** Variable Styles:  ******************************/
/************** Variable Styles: Borders **************/
/************** Variable Styles: Box shadow **************/
/************** Variable Styles: Transition info **************/
/************** Responsive variables **************/
/************** Variable Styles: Media Queries **************/
/********** Custom container **********/
.custom-container {
  width: 80%;
  margin: 10px auto;
}

/********** Misc classes **********/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hide-element {
  display: none !important;
}

/********** General **********/
body {
  overflow-x: hidden;
  /* Prevent horizontal overflow */
  overflow-y: auto;
  /* Prevent vertical overflow */
  font-family: "Hanken Grotesk", sans-serif;
}

/********** Globals: titles **********/
h1 {
  font-family: "Hanken Grotesk", sans-serif;
  color: #313a42 !important;
  font-size: 3.125rem !important;
  font-weight: 800 !important;
}

h2,
h3,
h4 {
  font-family: "Hanken Grotesk", sans-serif !important;
  color: #4e5d6a !important;
}

h5 {
  font-family: "Hanken Grotesk", sans-serif !important;
  color: #4e5d6a !important;
}

h6 {
  font-family: "Anonymous Pro", monospace !important;
  color: #DB3939 !important;
}

/********** Globals: tags **********/
.tag-kt {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #DB3939;
}

/********** Globals: paragraphs & links **********/
p {
  font-family: "Hanken Grotesk", sans-serif;
  color: #4e5d6a;
}

a {
  font-family: "Hanken Grotesk", sans-serif;
  color: #DB3939;
}

/********** Language switch **********/
.language-switch {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  /* Ajusta el ancho */
  height: 0.938rem;
  /* Ajusta la altura */
}

.language-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4e5d6a;
  transition: 0.4s;
  border-radius: 1.25rem;
  /* Ajusta el radio de borde */
}

.slider:before {
  position: absolute;
  content: "";
  height: 0.625rem;
  /* Ajusta la altura */
  width: 0.625rem;
  /* Ajusta el ancho */
  left: 0.313rem;
  bottom: 0.188rem;
  background-color: rgba(242, 246, 252, 0.5607843137);
  transition: 0.4s;
  border-radius: 50%;
  /* Ajusta el radio de borde */
}

input:checked + .slider {
  background-color: rgba(219, 57, 57, 0.4);
}
input:checked + .slider .lang-es {
  color: #313a42 !important;
  margin-right: 0.313rem;
}

input:checked + .slider:before {
  transform: translateX(1.25rem);
  /* Ajusta la traducción */
}

.language-text {
  position: relative;
  top: -0.188rem;
  /* Ajusta la posición */
  display: inline-block;
  font-size: 0.688rem;
}

.lang-es {
  color: #313a42;
  margin-right: 0.313rem;
}
.lang-es::after {
  color: #DEE8F7 !important;
}

.lang-en {
  color: #E67575;
  margin-left: 0.313rem;
}

.lang-en-db {
  color: rgba(242, 246, 252, 0.5607843137) !important;
  transition: all 0.5s ease 0s;
}

/********** Separator **********/
.vertical-separator-right {
  position: relative;
}
.vertical-separator-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #E67575 40%, #E67575 60%, transparent 100%);
}

/****************************** Footer ******************************/
.section-footer {
  background-color: #313a42;
  padding: 3.75rem 0 0 0;
  text-align: left;
}
.section-footer h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.813rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 1.25rem;
}
.section-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-footer ul li {
  margin-bottom: 0.75rem;
}
.section-footer ul a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #9EAAB6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.section-footer ul a i {
  margin-right: 0.313rem;
  font-size: 0.875rem;
}
.section-footer ul a:hover {
  color: #DB3939;
}
.section-footer .footer-social {
  display: flex;
  gap: 1rem;
}
.section-footer .footer-social li {
  margin-bottom: 0;
}
.section-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #4e5d6a;
  border-radius: 50%;
  color: #9EAAB6;
  font-size: 0.938rem;
  transition: all 0.2s ease;
}
.section-footer .footer-social a:hover {
  color: #ffffff;
  border-color: #DB3939;
  background-color: #DB3939;
}
.section-footer .footer-bottom {
  margin-top: 3.125rem;
  padding: 1.25rem 0;
  border-top: 1px solid #4e5d6a;
}
.section-footer .footer-bottom span, .section-footer .footer-bottom a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.813rem;
  color: #9EAAB6;
}
.section-footer .footer-bottom a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.section-footer .footer-bottom a:hover {
  color: #DB3939;
}

/****************************** Header ******************************/
header {
  background: #F2F6FC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease 0s;
  box-shadow: rgba(230, 117, 117, 0.4) 0px 10px 5px -5px, rgba(219, 57, 57, 0.4) 0px 8px 16px -8px;
}

header .contenedor {
  margin: 0 auto;
  display: flow-root;
  position: relative;
}

header .custom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header h1 {
  margin: 0;
}

header .logo {
  display: block;
  width: 175px;
  height: 75px;
  background: url("../../assets/logos/kt_logo_lbg.png") no-repeat top left;
  background-size: 95% !important;
  float: none;
  transition: all 0.5s ease 0s;
}

/****************** Component: Hamburger menu button styles ******************/
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(78, 93, 106, 0.6);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

header.active {
  transition: all 0.5s ease 0s;
}

header.active::before {
  transform: scaleY(1);
}

header.active .logo {
  background: url("../assets/logos/kt_logo_dbg.png") no-repeat top left;
  transition: all 0.5s ease 0s;
}

header.active .main-menu-trigger span {
  background: transparent;
}

header.active .main-menu-trigger span::before {
  top: 0;
  background: #ffffff;
  transform: rotate(45deg);
}

header.active .main-menu-trigger span::after {
  top: 0;
  background: #ffffff;
  transform: rotate(-45deg);
}

header.fixed {
  position: fixed;
}

header .main-menu {
  position: absolute;
  top: -160px;
  right: 20%;
  transition: all 0.5s ease 0s;
}

header .main-menu li {
  display: block;
  float: left;
  padding: 0 15px;
}

header .main-menu li a {
  padding: 5px 5px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 0.813rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #E67575;
}

header .main-menu li a.nav-link {
  color: rgba(242, 246, 252, 0.5607843137);
}

header .main-menu li .dropdown-menu a {
  color: #313a42;
}

header .main-menu li a:hover {
  color: #DEE8F7;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.dropdown-item:hover {
  background-color: rgba(222, 232, 247, 0.3019607843) !important;
}

header .main-menu li a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  display: block;
  width: 0%;
  height: 0;
  height: 1px;
  transition: all 0.5s ease 0s;
}

header .main-menu li a:hover::after {
  width: 100%;
  background: #DEE8F7;
  transition: all 0.5s ease 0s;
}

header.active .main-menu {
  top: 50%;
  transform: translateY(-50%);
  transition: top 0.5s ease 0s, transform 0.5s ease 0s;
}

header.active.fixed .main-menu {
  align-items: center;
  justify-content: center;
}

.dropdown-menu {
  background-color: rgba(222, 232, 247, 0.3019607843) !important;
}

/****************** Component: Hamburger menu button styles ******************/
header .main-menu-trigger {
  margin: 1.75rem 0;
  cursor: pointer;
  width: 25px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.5s ease 0s;
}

header .main-menu-trigger span {
  position: relative;
  display: block;
}

header .main-menu-trigger span,
header .main-menu-trigger span::before,
header .main-menu-trigger span::after {
  width: 25px;
  height: 4px;
  background: #313a42;
  display: block;
  transition: all 0.5s ease 0s;
}

header .main-menu-trigger span::before,
header .main-menu-trigger span::after {
  position: absolute;
  left: 0px;
  content: "";
}

header .main-menu-trigger span::before {
  top: -8px;
}

header .main-menu-trigger span::after {
  top: 8px;
}

.kt-btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Hanken Grotesk", sans-serif !important;
  font-size: 0.875rem !important;
}
.kt-btn--primary {
  background-color: #313a42 !important;
  color: #F2F6FC !important;
  transition: background-color 0.4s ease;
}
.kt-btn--primary:hover {
  background-color: #4e5d6a !important;
}
.kt-btn--secondary {
  background-color: #DB3939 !important;
  color: #F2F6FC !important;
  transition: background-color 0.4s ease;
}
.kt-btn--secondary:hover {
  background-color: #E67575 !important;
}
.kt-btn--outline {
  border: 1px solid #4e5d6a !important;
  color: #4e5d6a !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
}
.kt-btn--outline:hover {
  border-color: #4e5d6a !important;
  background-color: #4e5d6a !important;
  color: #DEE8F7 !important;
}
.kt-btn--outline-inverse {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #F2F6FC;
  text-decoration: none;
}
.kt-btn--outline-inverse:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.06);
}
.kt-btn--link {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #313a42;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.5s ease;
}
.kt-btn--link:hover {
  color: #DB3939;
}
.kt-btn--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.875rem 1.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.kt-btn--lg {
  padding: 0.938rem 1.875rem;
  font-size: 0.938rem !important;
}
.kt-btn--icon-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.313rem;
  font-weight: 500;
  font-size: 0.813rem !important;
  color: #DB3939;
  text-decoration: none;
  padding: 0;
  border: none;
  background: transparent;
  transition: color 0.2s ease;
}
.kt-btn--icon-cta:hover {
  color: #E67575;
}
.kt-btn--reveal {
  font-size: 0.688rem !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s, color 0.2s ease;
}
.kt-btn__icon {
  transition: transform 0.2s ease-in-out;
}
.kt-btn:hover .kt-btn__icon {
  transform: translateX(0.188rem);
}

/********** CSSDoc Template **********/
/**
/*************************************/
/**
 * @mixin
 * @name overscroll-fix-x
 * @description Fix overscroll issue horizontally
 *
 * @param N/A
 */
/**
 * @mixin
 * @name header-active-transition
 * @description Gives a smooth transition to the header when is active
 */
/**
 * @mixin
 * @name header-logo-atts
 * @description Logo responsive attributes 
 *
 * @param N/A
 */
/********** Media Queries - Device-specific **********/
@media only screen and (max-width: 360px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /* or overflow-x: clip */
    margin: 0;
    padding: 0;
  }
  header .logo {
    width: 8.125rem;
    height: 3.438rem;
  }
  header.active {
    height: auto;
    transition: all 1s ease 0s;
    position: absolute;
    width: 100%;
    height: 18.75rem;
    background-color: #313a42;
    left: 0;
    top: 0;
    text-align: center;
  }
  header.active .main-menu {
    padding-top: 1.25rem;
    top: 3.125rem;
    transform: none;
    left: 0;
    right: auto;
    width: 100%;
    flex-direction: column !important;
  }
  header.active .main-menu li {
    float: none !important;
    padding: 0.313rem 0;
  }
}
@media only screen and (min-width: calc(360px + 0.063rem)) and (max-width: 430px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /* or overflow-x: clip */
    margin: 0;
    padding: 0;
  }
  header.active .logo {
    width: 8.125rem;
    height: 3.438rem;
  }
  header.active {
    height: auto;
    transition: all 1s ease 0s;
    position: absolute;
    width: 100%;
    height: 18.75rem;
    background-color: #313a42;
    left: 0;
    top: 0;
    text-align: center;
  }
  header.active .main-menu {
    padding-top: 1.25rem;
    top: 3.125rem;
    transform: none;
    left: 0;
    right: auto;
    width: 100%;
    flex-direction: column !important;
  }
  header.active .main-menu li {
    float: none !important;
    padding: 0.313rem 0;
  }
}
@media only screen and (min-width: calc(430px + 0.063rem)) and (max-width: 820px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /* or overflow-x: clip */
    margin: 0;
    padding: 0;
  }
  .custom-container {
    width: 80%;
    transition: all 0.5s ease;
  }
  header.active .custom-container {
    width: 90%;
    transition: all 0.5s ease;
  }
  header.active .main-menu-trigger {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.active .logo {
    width: 8.125rem;
    height: 3.438rem;
  }
  header.active {
    height: auto;
    transition: all 1s ease 0s;
    position: absolute;
    width: 100%;
    height: 6.25rem;
    background-color: #313a42;
    left: 0;
    top: 0;
  }
  header.active .main-menu {
    padding-top: 0.625rem;
    top: 1.563rem;
    transform: none;
    left: 0;
    right: auto;
    width: 100%;
  }
  header.active .main-menu li {
    padding: 0.313rem;
  }
}
.kt-card {
  background-color: #F2F6FC;
  border: 1px solid #DEE8F7;
  border-radius: 0.25rem;
  padding: 1.563rem;
  transition: border-color 0.5s ease;
}
.kt-card:hover {
  border-color: #DB3939;
}

.kt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Anonymous Pro", monospace;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E67575;
  margin-bottom: 1.5rem;
}
.kt-eyebrow__dot {
  width: 0.313rem;
  height: 0.313rem;
  border-radius: 50%;
  background-color: #DB3939;
  animation: kt-pulse 2.2s ease-in-out infinite;
}

.kt-codecard-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kt-codecard {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 21.875rem;
  background-color: #313a42;
  border: 0.063rem solid rgba(78, 93, 106, 0.6);
  border-radius: 0.375rem;
  box-shadow: 0 1.5rem 3.125rem -1rem rgba(0, 0, 0, 0.55);
  text-align: left;
}
@media only screen and (max-width: 820px) {
  .kt-codecard {
    max-width: 100%;
  }
}

.kt-codecard__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 0.063rem solid rgba(78, 93, 106, 0.6);
}

.kt-codecard__file {
  font-family: "Anonymous Pro", monospace;
  font-size: 0.75rem;
  color: #4e5d6a;
}

.kt-codecard__dots {
  display: inline-flex;
  gap: 0.313rem;
}
.kt-codecard__dots i {
  width: 0.5008rem;
  height: 0.5008rem;
  border-radius: 50%;
  background-color: #4e5d6a;
  display: block;
}

.kt-code--primary {
  color: #313a42;
}
.kt-code--primary .tok-kw {
  color: #DB3939;
}
.kt-code--primary .tok-type {
  color: #313a42;
}
.kt-code--primary .tok-plain {
  color: rgba(49, 58, 66, 0.85);
}
.kt-code--secondary {
  color: #DEE8F7;
}
.kt-code--secondary .tok-kw {
  color: #E67575;
}
.kt-code--secondary .tok-type {
  color: #DEE8F7;
}
.kt-code--secondary .tok-plain {
  color: rgba(222, 232, 247, 0.85);
}

.kt-cursor {
  display: inline-block;
  width: 0.125rem;
  margin-left: 0.063rem;
  background-color: #DB3939;
  animation: kt-blink 1s steps(1) infinite;
}

@keyframes kt-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}
@keyframes kt-blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
/********** Media Queries - Device-specific **********/
/********** Section: Hero **********/
.sv-hero {
  background-color: #1a1f24;
  padding-top: calc(4.375rem + 6.25rem);
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.sv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
.sv-hero .container {
  position: relative;
  z-index: 2;
}
.sv-hero h1 {
  color: #F2F6FC !important;
  font-size: clamp(2.25rem, 5vw, 3.25rem) !important;
  font-weight: 400 !important;
  line-height: 1.15;
}
.sv-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.sv-hero__copy {
  animation: svCopyIn 0.7s ease 0.1s both;
}
.sv-hero__sub {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.063rem;
  font-weight: 400;
  color: #DEE8F7;
  line-height: 1.7;
  max-width: 34.375rem;
}
.sv-hero__cta {
  display: inline-flex;
  margin-top: 2.5rem;
}

@keyframes svCopyIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/********** Component: Service roadmap **********/
.sv-roadmap {
  position: relative;
  padding: 0.625rem 0;
}

.sv-roadmap__line {
  position: absolute;
  left: 19px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(to bottom, #DB3939, rgba(78, 93, 106, 0.25) 70%, transparent);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.sv-roadmap__line.is-drawn {
  transform: scaleY(1);
}

.sv-roadmap__node {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 0.875rem 1rem 0.875rem 0;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
  margin-bottom: 0.25rem;
  user-select: none;
}
.sv-roadmap__node:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.sv-roadmap__node:focus-visible {
  outline: 2px solid #DB3939;
  outline-offset: 3px;
  border-radius: 0.25rem;
}

.sv-roadmap__dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.sv-roadmap__node.is-active .sv-roadmap__dot {
  background-color: #DB3939;
  border-color: #DB3939;
  box-shadow: 0 0 18px rgba(219, 57, 57, 0.4), 0 0 42px rgba(219, 57, 57, 0.12);
}
.sv-roadmap__node:hover:not(.is-active) .sv-roadmap__dot {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.07);
}

.sv-roadmap__number {
  font-family: "Anonymous Pro", monospace;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #E67575;
  transition: color 0.3s ease;
}
.sv-roadmap__node.is-active .sv-roadmap__number {
  color: #fff;
}

.sv-roadmap__content {
  flex: 1;
  padding-top: 0.625rem;
}

.sv-roadmap__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(242, 246, 252, 0.65);
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.sv-roadmap__node.is-active .sv-roadmap__title, .sv-roadmap__node:hover .sv-roadmap__title {
  color: #F2F6FC;
}

.sv-roadmap__desc {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.813rem;
  color: rgba(222, 232, 247, 0.5);
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  transition: max-height 0.4s ease, opacity 0.35s ease;
}
.sv-roadmap__node.is-active .sv-roadmap__desc, .sv-roadmap__node:hover .sv-roadmap__desc {
  max-height: 80px;
  opacity: 1;
}

.sv-roadmap__cta {
  margin-top: 0.625rem;
}
.sv-roadmap__node.is-active .sv-roadmap__cta, .sv-roadmap__node:hover .sv-roadmap__cta {
  opacity: 1;
  transform: translateX(0);
}

.sv-tabs {
  background-color: rgba(242, 246, 252, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #DEE8F7;
  position: sticky;
  top: 114px;
  z-index: 900;
  overflow-x: auto;
}
.sv-tabs::-webkit-scrollbar {
  display: none;
}
.sv-tabs {
  scrollbar-width: none;
}
.sv-tabs__inner {
  display: flex;
  white-space: nowrap;
  gap: 0;
}
.sv-tabs__link {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.813rem;
  font-weight: 500;
  color: #4e5d6a;
  text-decoration: none;
  padding: 1rem 1.5rem;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: color 0.5s ease, border-color 0.5s ease;
  letter-spacing: 0.01em;
}
.sv-tabs__link:hover {
  color: #DB3939;
  text-decoration: none;
}
.sv-tabs__link.active {
  color: #DB3939;
  border-bottom-color: #DB3939;
}

.sv-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.sv-section--light {
  background-color: #F2F6FC;
}
.sv-section--pale {
  background-color: #DEE8F7;
}
.sv-section--dark {
  background-color: #313a42;
}

.sv-section-header {
  margin-bottom: 3.125rem;
}
.sv-section-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem) !important;
  font-weight: 400 !important;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.sv-section-header__lead {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  color: #4e5d6a;
  line-height: 1.75;
  max-width: 31.25rem;
}

.sv-card {
  background-color: #F2F6FC;
  border: 1px solid #DEE8F7;
  border-radius: 0.25rem;
  padding: 1.875rem;
  height: 100%;
  transition: border-color 0.5s ease, transform 0.3s ease;
}
.sv-card:hover {
  border-color: #DB3939;
  transform: translateY(-3px);
}
.sv-card__icon {
  font-size: 1.5rem;
  color: #DB3939;
  display: block;
  margin-bottom: 1.25rem;
}
.sv-card h4 {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.75rem;
}
.sv-card p {
  font-size: 0.938rem;
  margin-bottom: 1.25rem;
}
.sv-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.313rem;
}

.sv-tag {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background-color: #DEE8F7;
  color: #4e5d6a;
  padding: 0.25rem 0.625rem;
  border-radius: 0.125rem;
  display: inline-block;
}

.sv-stack-row {
  border-top: 1px solid #DEE8F7;
  padding-top: 2.5rem;
  margin-top: 1rem;
  text-align: center;
}

.sv-stack-pill {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4e5d6a;
  padding: 0.313rem 0.875rem;
  border: 1px solid #DEE8F7;
  border-radius: 0.125rem;
  display: inline-block;
  margin: 0.25rem;
  transition: border-color 0.5s ease, color 0.5s ease;
}
.sv-stack-pill:hover {
  border-color: #DB3939;
  color: #DB3939;
}

.sv-auto-feature {
  background-color: #313a42;
  border-radius: 0.25rem;
  padding: 3.125rem 2.5rem;
  height: 100%;
}
.sv-auto-feature h3 {
  font-size: clamp(1.5rem, 3vw, 1.875rem) !important;
  font-weight: 400 !important;
  color: #F2F6FC !important;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.sv-auto-feature p {
  color: #DEE8F7 !important;
  font-size: 0.938rem;
}
.sv-auto-feature .tag-kt {
  color: #E67575 !important;
  display: block;
  margin-bottom: 0.75rem;
}
.sv-auto-feature__stat {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid rgba(49, 58, 66, 0.1450980392);
  border-top-color: rgba(255, 255, 255, 0.1);
}
.sv-auto-feature__number {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  color: #DB3939;
  line-height: 1;
  display: block;
}
.sv-auto-feature__label {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #4e5d6a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.313rem;
  display: block;
}

.sv-card-sm {
  background-color: #F2F6FC;
  border: 1px solid #DEE8F7;
  border-radius: 0.25rem;
  padding: 1.563rem;
  transition: border-color 0.5s ease;
}
.sv-card-sm:hover {
  border-color: #DB3939;
}
.sv-card-sm i {
  font-size: 1.375rem;
  color: #DB3939;
  display: block;
  margin-bottom: 0.75rem;
}
.sv-card-sm h4 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.625rem;
}
.sv-card-sm p {
  font-size: 0.875rem;
  margin: 0;
}

.sv-arch h2 {
  color: #F2F6FC !important;
  font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
  font-weight: 400 !important;
}
.sv-arch .tag-kt {
  color: #E67575 !important;
  display: block;
  margin-bottom: 0.75rem;
}
.sv-arch__lead {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  color: #DEE8F7;
  line-height: 1.75;
  max-width: 34.375rem;
}
.sv-arch__diagram {
  width: 100%;
  max-width: 46.875rem;
  display: block;
  margin: 0 auto;
}

.sv-engagement-card {
  background-color: #F2F6FC;
  border: 1px solid #DEE8F7;
  border-radius: 0.25rem;
  padding: 1.875rem;
  height: 100%;
  transition: border-color 0.5s ease, transform 0.3s ease;
}
.sv-engagement-card:hover {
  border-color: #DB3939;
  transform: translateY(-3px);
}
.sv-engagement-card__icon {
  font-size: 1.563rem;
  color: #DB3939;
  display: block;
  margin-bottom: 1rem;
}
.sv-engagement-card__badge {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #DB3939;
  display: block;
  margin-bottom: 0.625rem;
}
.sv-engagement-card h4 {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.625rem;
}
.sv-engagement-card p {
  font-size: 0.875rem;
  margin: 0;
}

.sv-support-card {
  height: 100%;
}
.sv-support-card__icon {
  font-size: 1.375rem;
  color: #DB3939;
  display: block;
  margin-bottom: 0.875rem;
}
.sv-support-card h4 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.625rem;
}
.sv-support-card p {
  font-size: 0.875rem;
  margin: 0;
}

.sv-cta {
  background-color: #F2F6FC;
}
.sv-cta h2 {
  font-size: clamp(1.875rem, 4vw, 2.5rem) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}
.sv-cta p {
  font-size: 1rem;
}
.sv-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

/*# sourceMappingURL=services.css.map */
