
:root {
  --tavrus-ink: #111315;
  --tavrus-green: #25c47a;
  --tavrus-blue: #0085fd;
}
body {
  background: #fff;
}
.tavrus-aiero-top .header {
  position: fixed !important;
  display: block !important;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 10000 !important;
  width: calc(100% - 40px);
  border-radius: 24px;
  overflow: visible;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 60px rgba(17,19,21,.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.tavrus-aiero-header .header-row {
  display: grid;
  grid-template-columns: minmax(372px, 0.34fr) minmax(250px, 1fr) auto;
  align-items: center;
  gap: 18px;
  transform: none !important;
}
.tavrus-aiero-brand-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tavrus-aiero-brand-wrap .logo {
  display: inline-flex !important;
  align-items: center !important;
}
.tavrus-aiero-grid {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
}
.tavrus-aiero-grid img {
  display: block;
  align-self: center !important;
  width: 50px;
  height: 58px;
  object-fit: contain;
  transition: transform .2s ease, filter .2s ease;
}
.tavrus-aiero-grid:hover img {
  transform: scale(1.08);
  filter: drop-shadow(0 0 10px rgba(255,149,0,.28));
}
.tavrus-aiero-header .logo img {
  display: block !important;
  align-self: center !important;
  width: 216px !important;
  min-width: 216px !important;
  height: auto !important;
  max-height: 42px !important;
  object-fit: contain !important;
  object-position: center !important;
}
.tavrus-aiero-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.tavrus-aiero-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 9px;
  color: #111315;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.tavrus-aiero-menu a:hover,
.tavrus-aiero-menu a.is-active {
  color: #fff;
  background: #1d1d1f;
}
.tavrus-aiero-menu a:active {
  transform: translateY(1px) scale(.985);
  color: #fff;
  background: #111315;
}
.tavrus-aiero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-right: 10px;
}
.tavrus-aiero-contact,
.tavrus-aiero-touch,
.tavrus-aiero-login-icon,
.tavrus-aiero-lang > button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px;
  border-radius: 999px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.tavrus-aiero-contact {
  display: none !important;
  min-width: 96px;
  padding: 0 22px;
  color: #111315;
  border: 1px solid rgba(17,19,21,.16);
  background: #fff;
}
.tavrus-aiero-touch {
  min-width: 138px;
  padding: 0 22px;
  color: #111315;
  border: 1px solid #17bde8;
  background: #fff;
}
.tavrus-aiero-login-icon {
  width: 54px;
  min-width: 54px;
  padding: 0;
  color: #111315;
  border: 1px solid rgba(17,19,21,.14);
  background: #fff;
}
.tavrus-aiero-login-icon span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.tavrus-aiero-login-icon svg {
  width: 22px;
  height: 22px;
  transition: transform .2s ease;
}
.tavrus-aiero-login-icon:hover svg {
  transform: translateY(-1px) scale(1.05);
}
.tavrus-aiero-contact:hover,
.tavrus-aiero-touch:hover,
.tavrus-aiero-login-icon:hover,
.tavrus-aiero-lang > button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(17,19,21,.12);
}
.tavrus-aiero-contact:active,
.tavrus-aiero-touch:active,
.tavrus-aiero-login-icon:active,
.tavrus-aiero-lang > button:active {
  transform: translateY(0) scale(.985);
  box-shadow: 0 8px 20px rgba(17,19,21,.10);
}
.tavrus-aiero-lang {
  position: relative;
}
.tavrus-aiero-lang > button {
  min-width: 72px;
  padding: 0 18px;
  border-color: transparent;
  color: #111315;
  background: transparent;
}
.tavrus-aiero-lang > button:after {
  content: "";
  display: inline-block !important;
  position: static !important;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  border-radius: 0 !important;
  transform: translateY(-2px) rotate(45deg);
}
.tavrus-aiero-lang > div {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 50;
  display: none;
  min-width: 110px;
  padding: 7px;
  border: 1px solid rgba(17,19,21,.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(17,19,21,.14);
}
.tavrus-aiero-lang.is-open > div {
  display: grid;
  gap: 3px;
}
.tavrus-aiero-lang a {
  padding: 9px 10px;
  border-radius: 7px;
  color: #111315;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.tavrus-aiero-lang a:hover,
.tavrus-aiero-lang a.is-active {
  color: #fff;
  background: #1d1d1f;
}
.tavrus-aiero-lang a:active {
  color: #fff;
  background: #111315;
}
.page-loader-container {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(248, 250, 252, .78) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: opacity .45s ease, visibility .45s ease !important;
}
.page-loader {
  width: 132px !important;
  height: 132px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 28px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.page-loader img,
.page-loader-logo {
  width: 88px !important;
  height: 88px !important;
  object-fit: contain !important;
  animation: tavrus-loader-pulse 1.8s ease-in-out infinite;
}
@keyframes tavrus-loader-pulse {
  0%,100% { filter: drop-shadow(0 0 0 rgba(17,24,39,0)); transform: scale(1); }
  50% { filter: drop-shadow(0 0 18px rgba(17,24,39,.18)); transform: scale(1.04); }
}
body.tavrus-loaded .page-loader-container {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Legacy exported decorative SVG causes a large desktop CLS in Lighthouse. */
.tavrus-element-6344c9b,
.tavrus-element-a8504dc {
  display: none !important;
}
.content-wrapper .tavrus-widget-heading .tavrus-heading-title,
.content-wrapper .aiero-heading .aiero-heading-content {
  font-family: Manrope, Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.tavrus-element-a4dc7eb .aiero-heading del {
  color: transparent;
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(95deg, #8a63d2 0%, #228ee0 100%);
}
.tavrus-element-a4dc7eb {
  position: relative;
  overflow: hidden;
  background: #eef2f6 !important;
}
.tavrus-element-a4dc7eb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17,19,21,.08) 0%, rgba(17,19,21,.14) 42%, rgba(17,19,21,.34) 72%, rgba(17,19,21,.68) 100%),
    linear-gradient(180deg, rgba(17,19,21,.08) 0%, rgba(17,19,21,.24) 58%, rgba(17,19,21,.64) 100%);
}
.tavrus-element-a4dc7eb > .tavrus-container {
  position: relative;
  z-index: 4 !important;
}
.tavrus-element-af577e0 .tavrus-widget-wrap {
  position: relative;
  box-sizing: border-box;
  min-height: inherit;
  align-content: end;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 clamp(68px, 7vw, 96px) 0 !important;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.tavrus-element-af577e0 .tavrus-widget {
  position: relative;
  z-index: 2;
}
.tavrus-element-af577e0 .tavrus-element-e2571b2 p {
  max-width: 430px;
  margin-left: auto;
  color: #fff !important;
  text-align: left;
  text-shadow: 0 2px 22px rgba(0,0,0,.42);
}
.tavrus-element-af577e0 .tavrus-element-87293f1 .aiero-button {
  color: #111315 !important;
  background: #fff !important;
  border-color: rgba(255,255,255,.74) !important;
  box-shadow: 0 16px 44px rgba(0,0,0,.24);
}
.tavrus-element-af577e0 .tavrus-element-87293f1 {
  align-self: flex-end;
}
.tavrus-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}
.tavrus-hero-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.content-wrapper,
.content,
.content-inner,
.content-wrapper .tavrus {
  max-width: none !important;
  width: 100% !important;
}
.content-wrapper .tavrus-container {
  width: min(1360px, calc(100vw - 40px));
  max-width: min(1360px, calc(100vw - 40px));
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper .tavrus-row {
  display: flex;
  width: 100%;
}
.content-wrapper .tavrus-column {
  position: relative;
  display: flex;
  min-height: 1px;
}
.content-wrapper .tavrus-col-50 {
  width: 50%;
}
.content-wrapper .tavrus-col-25 {
  width: 25%;
}
.content-wrapper .tavrus-col-100 {
  width: 100%;
}
.content-wrapper .tavrus-widget-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content-wrapper .tavrus-widget-container {
  position: relative;
  z-index: 1;
}
.content-wrapper .tavrus-section-stretched,
.content-wrapper .tavrus-section-full_width {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: auto !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
}
@media (min-width: 1280px) {
  .content-wrapper .tavrus-hidden-desktop,
  .content-wrapper .tavrus-hidden-laptop,
  .content-wrapper .tavrus-hidden-widescreen,
  .content-wrapper .tavrus-hidden-tablet_extra {
    display: none !important;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  .content-wrapper .tavrus-hidden-tablet,
  .content-wrapper .tavrus-hidden-tablet_extra {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .content-wrapper .tavrus-hidden-mobile,
  .content-wrapper .tavrus-hidden-mobile_extra {
    display: none !important;
  }
}
.content-wrapper .tavrus-element-d74d22e {
  display: none !important;
}
.content-wrapper .tavrus-element-655e1c7 {
  position: relative;
  box-sizing: border-box;
  left: auto !important;
  width: calc(100vw - 40px) !important;
  max-width: calc(100vw - 40px) !important;
  margin: 0 !important;
  padding: clamp(46px, 6vw, 82px) 20px;
  transform: none !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,149,0,.12), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(0,133,253,.10), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  overflow: hidden;
}
.content-wrapper .tavrus-element-655e1c7::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(17,19,21,.07);
  border-radius: 30px;
  pointer-events: none;
}
.content-wrapper .tavrus-element-655e1c7 > .tavrus-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.content-wrapper .tavrus-element-655e1c7 > .tavrus-container > .tavrus-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
  gap: 16px;
  align-items: stretch;
}
.content-wrapper .tavrus-element-655e1c7 > .tavrus-container > .tavrus-row > .tavrus-column {
  width: auto !important;
  min-width: 0;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-widget-wrap {
  min-width: 0;
  height: 100%;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-278108e {
  display: flex !important;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-033deaf > .tavrus-widget-wrap,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-6975619 > .tavrus-widget-wrap,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 262px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(17,19,21,.09);
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 60px rgba(17,19,21,.08);
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-033deaf > .tavrus-widget-wrap:hover,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-6975619 > .tavrus-widget-wrap:hover,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e:hover,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc:hover {
  transform: translateY(-4px);
  border-color: rgba(255,149,0,.32);
  box-shadow: 0 30px 74px rgba(17,19,21,.12);
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-033deaf > .tavrus-widget-wrap::before,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-6975619 > .tavrus-widget-wrap::before,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e::before,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc::before {
  content: "01";
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  border-radius: 14px;
  background: #111315;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-6975619 > .tavrus-widget-wrap::before {
  content: "02";
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e::before {
  content: "03";
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc::before {
  content: "04";
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-033deaf > .tavrus-widget-wrap::after,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-6975619 > .tavrus-widget-wrap::after,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e::after,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  z-index: 1;
  height: 5px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--tm-card-accent, #ff9500) 0 var(--tm-card-progress, 42%), rgba(17,19,21,.09) var(--tm-card-progress, 42%) 100%);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--tm-card-accent, #ff9500) 24%, transparent);
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-033deaf > .tavrus-widget-wrap {
  --tm-card-accent: #ff9500;
  --tm-card-progress: 32%;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-6975619 > .tavrus-widget-wrap {
  --tm-card-accent: #0085fd;
  --tm-card-progress: 45%;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e {
  --tm-card-accent: #fe00e8;
  --tm-card-progress: 64%;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc {
  --tm-card-accent: #25c47a;
  --tm-card-progress: 100%;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-278108e > .tavrus-widget-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc {
  min-height: 238px;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-container,
.content-wrapper .tavrus-element-655e1c7 .tavrus-row,
.content-wrapper .tavrus-element-655e1c7 .tavrus-column,
.content-wrapper .tavrus-element-655e1c7 .tavrus-widget-wrap {
  box-sizing: border-box;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e .tavrus-container,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc .tavrus-container,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e .tavrus-row,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc .tavrus-row {
  width: 100%;
  max-width: 100%;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-absolute,
.content-wrapper .tavrus-element-655e1c7 .tavrus-background-overlay,
.content-wrapper .tavrus-element-655e1c7 .tavrus-widget-icon,
.content-wrapper .tavrus-element-655e1c7 .tavrus-widget-image {
  display: none !important;
}
.content-wrapper .tavrus-element-655e1c7 .aiero-heading {
  position: relative;
  z-index: 1;
  margin: clamp(52px, 5vw, 72px) 0 14px !important;
  white-space: normal !important;
}
.content-wrapper .tavrus-element-655e1c7 .aiero-heading-content,
.content-wrapper .tavrus-element-655e1c7 .aiero-heading-content a {
  display: block;
  max-width: 100%;
  color: #111315 !important;
  font-size: clamp(22px, 2vw, 34px) !important;
  line-height: 1.04 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc .aiero-heading-content,
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc .aiero-heading-content a {
  font-size: clamp(22px, 1.6vw, 28px) !important;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-widget-text-editor,
.content-wrapper .tavrus-element-655e1c7 .tavrus-widget-text-editor p {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0 0 18px !important;
  color: rgba(17,19,21,.68) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e {
  align-items: stretch;
  background:
    radial-gradient(circle at 88% 12%, rgba(254,0,232,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,247,255,.88));
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc {
  background:
    radial-gradient(circle at 88% 12%, rgba(37,196,122,.13), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(235,255,247,.88));
}
.content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc .tavrus-widget-wrap {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .content-wrapper .tavrus-element-655e1c7 > .tavrus-container > .tavrus-row,
  .content-wrapper .tavrus-element-655e1c7 .tavrus-element-278108e > .tavrus-widget-wrap {
    grid-template-columns: 1fr;
  }
  .content-wrapper .tavrus-element-655e1c7 .tavrus-element-033deaf > .tavrus-widget-wrap,
  .content-wrapper .tavrus-element-655e1c7 .tavrus-element-6975619 > .tavrus-widget-wrap,
  .content-wrapper .tavrus-element-655e1c7 .tavrus-element-a3a392e,
  .content-wrapper .tavrus-element-655e1c7 .tavrus-element-aa82ebc {
    min-height: 0;
    padding: 22px;
  }
}

.content-wrapper .tavrus-element-29e961e,
.content-wrapper .tavrus-element-b82c172 {
  display: none !important;
}

.content-wrapper .tavrus-element-a4dc7eb {
  min-height: min(868px, calc(100vh - 32px));
}
.content-wrapper .tavrus-element-a4dc7eb > .tavrus-container,
.content-wrapper .tavrus-element-a4dc7eb > .tavrus-container > .tavrus-row {
  min-height: inherit;
}
.content-wrapper .tavrus-element-a4dc7eb > .tavrus-container > .tavrus-row {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(300px, .3fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}
.content-wrapper .tavrus-element-a4dc7eb .tavrus-column {
  width: auto;
  min-height: inherit;
}
.content-wrapper .tavrus-element-a4dc7eb .tavrus-element-ef852f7 .tavrus-widget-wrap {
  justify-content: flex-end;
  padding: 0 0 clamp(96px, 10vw, 142px) 0 !important;
}
.content-wrapper .tavrus-element-a4dc7eb .aiero-heading {
  margin: 0;
}
.content-wrapper .tavrus-element-a4dc7eb .aiero-heading-content {
  display: block;
  max-width: 900px;
  color: #fff !important;
  font-size: clamp(78px, 7.5vw, 132px) !important;
  line-height: .96 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 4px 36px rgba(0,0,0,.36);
}
.content-wrapper .tavrus-element-ebf0f0c,
.content-wrapper .tavrus-element-f842ecf,
.content-wrapper .tavrus-element-14785d0,
.content-wrapper .tavrus-element-78ac70c,
.content-wrapper .tavrus-element-5605576,
.content-wrapper .tavrus-element-8afba55,
.content-wrapper .tavrus-element-1c0c5e1,
.content-wrapper .tavrus-element-5c819c5 {
  overflow: visible !important;
}
.content-wrapper .tavrus-element-ebf0f0c .special-text-wrapper,
.content-wrapper .tavrus-element-ebf0f0c .special-text {
  width: max-content !important;
  max-width: none !important;
}
.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6,
.content-wrapper p,
.content-wrapper a,
.content-wrapper span,
.content-wrapper div,
.footer-wrapper,
.tavrus-aiero-footer {
  font-family: Manrope, Arial, sans-serif;
}
.tavrus-aiero-beta-box {
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  color: #111315;
}
.tavrus-aiero-beta-box h3 {
  margin: 0 0 12px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  line-height: 1.1;
}
.tavrus-aiero-beta-box p {
  margin: 0 0 22px;
  color: rgba(17,19,21,.72);
}
.tav-beta-modal .tav-beta-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  min-height: 52px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #101827 !important;
  color: #fff !important;
  opacity: 1 !important;
  text-indent: 0 !important;
}
.content-wrapper .tavrus-element-60581bc .tavrus-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.content-wrapper .tavrus-element-60581bc .tavrus-row,
.content-wrapper .tavrus-element-60581bc .tavrus-column,
.content-wrapper .tavrus-element-60581bc .tavrus-widget-wrap,
.content-wrapper .tavrus-element-60581bc .icon-box-item {
  box-sizing: border-box;
}
.content-wrapper .tavrus-element-60581bc .tavrus-column {
  width: auto !important;
  min-width: 0 !important;
}
.content-wrapper .tavrus-element-60581bc .tavrus-widget-wrap,
.content-wrapper .tavrus-element-60581bc .tavrus-widget-container,
.content-wrapper .tavrus-element-60581bc .aiero-icon-box-widget,
.content-wrapper .tavrus-element-60581bc .icon-box-item {
  height: 100%;
}
.content-wrapper .tavrus-element-60581bc .icon-box-item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 224px;
  padding: 28px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17,19,21,.07);
}
.content-wrapper .tavrus-element-60581bc .icon-container {
  margin: 0 !important;
}
.content-wrapper .tavrus-element-60581bc .icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
}
.content-wrapper .tavrus-element-60581bc .icon svg {
  width: 30px;
  height: 30px;
}
.content-wrapper .tavrus-element-60581bc .content-container {
  min-width: 0;
}
.content-wrapper .tavrus-element-60581bc .icon-box-title {
  margin: 0 0 12px !important;
  color: #111315;
  font-size: clamp(18px, 1.32vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}
.content-wrapper .tavrus-element-60581bc .icon-box-info,
.content-wrapper .tavrus-element-60581bc .icon-box-info p {
  margin: 0 !important;
  color: rgba(17,19,21,.68);
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}
.content-wrapper .tavrus-element-b82c172 {
  padding: clamp(42px, 5vw, 76px) 20px 0;
}
.content-wrapper .tavrus-element-b82c172 > .tavrus-container {
  width: min(1360px, calc(100vw - 40px));
  max-width: min(1360px, calc(100vw - 40px));
}
.content-wrapper .tavrus-element-b82c172 > .tavrus-container > .tavrus-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr) minmax(180px, .9fr);
  gap: 28px;
  align-items: end;
}
.content-wrapper .tavrus-element-b82c172 > .tavrus-container > .tavrus-row > .tavrus-column {
  width: auto !important;
  min-width: 0;
}
.content-wrapper .tavrus-element-b82c172 .aiero-heading {
  margin: 0 !important;
}
.content-wrapper .tavrus-element-b82c172 .aiero-heading-content {
  color: #111315 !important;
  font-size: clamp(36px, 4.2vw, 72px) !important;
  line-height: 1.04 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}
.content-wrapper .tavrus-element-b82c172 .word {
  display: inline-block;
}
.content-wrapper .tavrus-element-b82c172 .tavrus-widget-text-editor p {
  max-width: 360px;
  margin: 0 !important;
  color: #111315;
  font-size: 17px !important;
  line-height: 1.42 !important;
}
.content-wrapper .tavrus-element-b82c172 .aiero-button {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .content-wrapper .tavrus-element-b82c172 {
    padding-top: 34px;
  }
  .content-wrapper .tavrus-element-b82c172 > .tavrus-container > .tavrus-row {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }
  .content-wrapper .tavrus-element-b82c172 .aiero-heading-content {
    font-size: clamp(34px, 10vw, 48px) !important;
  }
  .content-wrapper .tavrus-element-b82c172 .tavrus-widget-text-editor p {
    max-width: none;
  }
}
.content-wrapper .tavrus-element-f842ecf .tavrus-element-60230d4 {
  overflow: hidden;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.content-wrapper .tavrus-element-f842ecf .tavrus-element-60230d4 > .tavrus-container,
.content-wrapper .tavrus-element-f842ecf .tavrus-element-60230d4 .tavrus-row {
  align-items: center;
}
.content-wrapper .tavrus-element-f842ecf .tavrus-element-2ae2105 {
  display: none !important;
}
.content-wrapper .tavrus-element-f842ecf .tavrus-element-784c484 .tavrus-widget-wrap {
  align-content: center !important;
  align-items: center !important;
}
.content-wrapper .tavrus-element-f842ecf .tavrus-element-31c7d62 .tavrus-widget-wrap {
  align-content: center !important;
  margin-top: 0 !important;
}
.content-wrapper .tavrus-element-0c94abc .tavrus-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
}
.tavrus-product-showcase {
  position: relative;
  overflow: hidden;
  margin: clamp(56px, 7vw, 104px) 0;
  padding: clamp(54px, 7vw, 96px) 20px;
  background:
    radial-gradient(circle at 16% 14%, rgba(255,149,0,.18), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(0,133,253,.16), transparent 28%),
    linear-gradient(145deg, #111315 0%, #07090b 100%);
  color: #fff;
}
.tavrus-product-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: .46;
  pointer-events: none;
}
.tavrus-product-showcase-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  width: min(1360px, calc(100vw - 40px));
  margin: 0 auto;
}
.tavrus-product-copy span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ff9500;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.tavrus-product-copy h2 {
  max-width: 640px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(42px, 5.4vw, 84px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}
.tavrus-product-copy p {
  max-width: 540px;
  margin: 24px 0 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}
.tavrus-product-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 30px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #111315 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.tavrus-product-visual,
.tavrus-product-visual * {
  box-sizing: border-box;
}
.tavrus-product-visual {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 590px;
  display: grid;
  align-items: center;
  padding: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 17% 18%, rgba(37,196,122,.32), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(255,149,0,.24), transparent 28%),
    radial-gradient(circle at 72% 82%, rgba(0,133,253,.18), transparent 32%),
    linear-gradient(145deg, #171b1f 0%, #0d0f12 100%);
  box-shadow: 0 34px 90px rgba(0,0,0,.26);
  isolation: isolate;
}
.tavrus-product-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 58% 48%, #000 0 52%, transparent 78%);
  opacity: .44;
  pointer-events: none;
}
.tavrus-product-visual:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px;
  pointer-events: none;
}
.tavrus-product-window {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,248,250,.96));
  box-shadow: 0 28px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.9);
  animation: tavrus-panel-float 7s ease-in-out infinite;
}
.tavrus-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  color: #111315;
}
.tavrus-product-top span,
.tavrus-product-rfq span,
.tavrus-product-grid small,
.tavrus-product-person small {
  color: rgba(17,19,21,.58);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.tavrus-product-top strong {
  color: #111315;
  font-size: 13px;
  line-height: 1.2;
}
.tavrus-product-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -6px 0 14px;
}
.tavrus-product-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17,19,21,.06);
  color: rgba(17,19,21,.68);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.tavrus-product-strip span:nth-child(2) {
  background: rgba(255,149,0,.16);
  color: #9a5b00;
}
.tavrus-product-strip span:nth-child(3) {
  background: rgba(37,196,122,.15);
  color: #15754a;
}
.tavrus-gantt-hint {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: -8px 0 12px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf7ff;
  color: #0f6fb8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.tavrus-gantt {
  position: relative;
  display: grid;
  gap: 0;
  padding: 10px 0 8px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 20px;
  background:
    linear-gradient(90deg, transparent 0 16.45%, rgba(17,19,21,.075) 16.62% 16.9%, transparent 17.1% 33.12%, rgba(17,19,21,.075) 33.3% 33.58%, transparent 33.78% 49.78%, rgba(17,19,21,.075) 49.96% 50.24%, transparent 50.44% 66.44%, rgba(17,19,21,.075) 66.62% 66.9%, transparent 67.1% 83.1%, rgba(17,19,21,.075) 83.28% 83.56%, transparent 83.76%),
    linear-gradient(180deg, #fcfdff 0%, #f4f7f8 100%);
  overflow: hidden;
}
.tavrus-gantt-months {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 12px 8px 138px;
  color: rgba(17,19,21,.48);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.tavrus-gantt-today {
  position: absolute;
  z-index: 3;
  top: 31px;
  bottom: 8px;
  left: calc(138px + (100% - 150px) * .43);
  width: 0;
  border-left: 1px solid rgba(255,149,0,.72);
  pointer-events: none;
}
.tavrus-gantt-today span {
  position: absolute;
  top: -1px;
  left: 7px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #ff9500;
  color: #111315;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 7px 16px rgba(255,149,0,.28);
}
.tavrus-gantt-row {
  position: relative;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  border-top: 1px solid rgba(17,19,21,.08);
}
.tavrus-gantt-row span {
  position: relative;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  column-gap: 8px;
  color: rgba(17,19,21,.72);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}
.tavrus-gantt-row span i {
  width: 8px;
  height: calc(100% - 2px);
  min-height: 28px;
  border-radius: 999px;
  background: #ff9500;
}
.tavrus-gantt-row:nth-child(4) span i { background: #0085fd; }
.tavrus-gantt-row:nth-child(5) span i { background: #25c47a; }
.tavrus-gantt-row:nth-child(6) span i { background: #ceff00; }
.tavrus-gantt-row:nth-child(7) span i { background: #fe00e8; }
.tavrus-gantt-row span em {
  grid-column: 2;
  display: block;
  margin-top: 3px;
  color: rgba(17,19,21,.42);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.tavrus-gantt-track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(17,19,21,.055), rgba(17,19,21,.02)),
    rgba(17,19,21,.06);
  box-shadow: inset 0 1px 2px rgba(17,19,21,.07);
}
.tavrus-gantt-bar {
  position: absolute;
  z-index: 2;
  left: var(--x);
  top: 50%;
  width: var(--w);
  min-width: 34px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 26px !important;
  min-height: 26px !important;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9500, #ffbd55) !important;
  box-shadow: 0 12px 24px rgba(17,19,21,.22), inset 0 1px 0 rgba(255,255,255,.38) !important;
  color: #111315 !important;
  cursor: grab;
  touch-action: none;
  transform: translateY(-50%);
  transform-origin: left center;
  animation: tavrus-gantt-nudge 5.8s ease-in-out var(--d) infinite;
  overflow: hidden;
}
.tavrus-gantt-bar:active,
.tavrus-gantt-bar.is-dragging {
  cursor: grabbing;
  animation: none;
  box-shadow: 0 13px 24px rgba(17,19,21,.22);
}
.tavrus-gantt-bar small {
  position: relative;
  z-index: 2;
  display: block;
  color: currentColor;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.18);
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.tavrus-gantt-fill {
  position: absolute;
  z-index: 1;
  inset: 3px auto 3px 3px;
  width: var(--p, 50%);
  border-radius: inherit;
  background: rgba(255,255,255,.26);
  animation: tavrus-progress-glow 4.8s ease-in-out infinite;
  pointer-events: none;
}
.tavrus-gantt-bar.is-blue {
  background: linear-gradient(90deg, #0085fd, #5db3ff) !important;
  color: #fff !important;
}
.tavrus-gantt-bar.is-green {
  background: linear-gradient(90deg, #25c47a, #70e6ad) !important;
}
.tavrus-gantt-bar.is-lime {
  background: linear-gradient(90deg, #ceff00, #e5ff71) !important;
}
.tavrus-gantt-bar.is-pink {
  background: linear-gradient(90deg, #fe00e8, #ff80f3) !important;
  color: #fff !important;
}
.tavrus-gantt-links {
  position: absolute;
  inset: 48px 12px 10px 138px;
  z-index: 1;
  pointer-events: none;
}
.tavrus-gantt-links path {
  fill: none;
  stroke: rgba(17,19,21,.34);
  stroke-width: 1;
  stroke-dasharray: 4 4;
  vector-effect: non-scaling-stroke;
  animation: tavrus-link-flow 3.5s linear infinite;
}
.tavrus-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.tavrus-product-grid div {
  padding: 13px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(242,246,246,.92));
  border: 1px solid rgba(17,19,21,.06);
}
.tavrus-product-grid strong {
  display: block;
  margin-top: 5px;
  color: #111315;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
}
.tavrus-product-side {
  position: relative;
  z-index: 2;
  right: auto;
  bottom: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 14px;
}
.tavrus-product-person,
.tavrus-product-rfq {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.tavrus-product-person:nth-child(2) {
  transform: none;
}
.tavrus-product-person:nth-child(3) {
  transform: none;
}
.tavrus-product-person > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border-radius: 14px;
  background: #111315;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.tavrus-product-person strong,
.tavrus-product-rfq strong {
  display: block;
  color: #111315;
  font-size: 13px;
  line-height: 1.25;
}
.tavrus-product-person small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.tavrus-product-rfq {
  display: block;
  padding: 16px;
  border-color: rgba(37,196,122,.28);
  background: #eafff4;
}
.tavrus-product-rfq strong {
  margin-top: 5px;
}
@keyframes tavrus-panel-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes tavrus-gantt-nudge {
  0%, 100% { translate: 0 0; }
  42%, 58% { translate: 8px 0; }
}
@keyframes tavrus-link-flow {
  to { stroke-dashoffset: -18; }
}
@keyframes tavrus-progress-glow {
  0%, 100% { opacity: .66; }
  50% { opacity: .95; }
}
@media (prefers-reduced-motion: reduce) {
  .tavrus-product-window,
  .tavrus-gantt-bar,
  .tavrus-gantt-links path,
  .tavrus-gantt-fill {
    animation: none;
  }
}
.tavrus-aiero-footer .footer {
  background: #111315;
  color: #fff;
  border-radius: 26px 26px 0 0;
  padding: 64px 56px 30px;
}
.tavrus-aiero-footer .footer-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px,.4fr) minmax(180px,.4fr);
  gap: 44px;
}
.tavrus-aiero-footer h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: clamp(46px, 6vw, 96px);
  font-weight: 400;
  line-height: .98;
}
.tavrus-aiero-footer h4 {
  margin: 0 0 20px;
  color: rgba(255,255,255,.52);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.tavrus-aiero-footer p {
  max-width: 620px;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.55;
}
.tavrus-aiero-footer a {
  display: block;
  margin: 12px 0;
  color: #fff;
  text-decoration: none;
}
.tavrus-aiero-footer .footer-section-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.55);
  font-size: 13px;
}
.footer-scroll-top button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.footer-scroll-top button:hover {
  transform: translateY(-1px);
  background: rgba(16, 17, 20, .06);
}
.footer-scroll-top button:active {
  transform: translateY(0) scale(.96);
  background: rgba(16, 17, 20, .10);
}
.footer-scroll-top button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 1.8px solid #101114;
  border-top: 1.8px solid #101114;
  transform: translate(-50%,-25%) rotate(45deg);
}
@media (max-width: 1040px) {
  .tavrus-aiero-header .header-row {
    grid-template-columns: 1fr auto;
    padding-right: 18px;
  }
  .content-wrapper .tavrus-element-60581bc .tavrus-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tavrus-product-visual {
    min-height: 520px;
  }
  .tavrus-product-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tavrus-product-showcase-inner {
    grid-template-columns: 1fr;
  }
  .tavrus-aiero-menu {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
}
@media (max-width: 720px) {
  .tavrus-aiero-top .header {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 102px;
    background: #fff;
  }
  .tavrus-aiero-header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 102px;
    padding: 0 40px;
  }
  .tavrus-aiero-brand-wrap {
    display: contents;
  }
  .tavrus-aiero-grid {
    order: 2;
    display: inline-flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
  }
  .tavrus-aiero-grid:before,
  .tavrus-aiero-grid:after,
  .tavrus-aiero-grid span {
    display: none !important;
  }
  .tavrus-aiero-grid img {
    display: block !important;
    width: 44px !important;
    height: 52px !important;
  }
  .tavrus-aiero-header .logo img {
    width: 216px;
  }
  .tavrus-aiero-actions,
  .tavrus-aiero-menu {
    display: none !important;
  }
  .content-wrapper .tavrus-element-60581bc .tavrus-row {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .content-wrapper .tavrus-element-60581bc .icon-box-item {
    width: 100%;
    min-height: 0;
    padding: 22px;
  }
  .tavrus-product-visual {
    width: 100%;
    max-width: calc(100vw - 16px);
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
    padding: 14px;
    border-radius: 24px;
  }
  .content-wrapper .tavrus-element-0c94abc .tavrus-widget-container {
    display: flex;
    justify-content: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .tavrus-product-window {
    width: 100%;
    padding: 12px;
    border-radius: 20px;
  }
  .tavrus-product-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .tavrus-gantt-months {
    grid-template-columns: repeat(6, 1fr);
    margin-left: 92px;
    margin-right: 6px;
    font-size: 9px;
  }
  .tavrus-product-strip {
    gap: 6px;
    margin-bottom: 10px;
  }
  .tavrus-product-strip span {
    min-height: 22px;
    padding: 0 8px;
    font-size: 8px;
  }
  .tavrus-gantt-today {
    top: 31px;
    left: calc(92px + (100% - 98px) * .43);
  }
  .tavrus-gantt-today span {
    display: none;
  }
  .tavrus-gantt-row {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
    min-height: 43px;
    padding: 0 6px;
  }
  .tavrus-gantt-row span {
    grid-template-columns: 5px minmax(0, 1fr);
    gap: 5px;
    font-size: 9px;
  }
  .tavrus-gantt-row span i {
    width: 5px;
    min-height: 24px;
  }
  .tavrus-gantt-row span em {
    font-size: 7px;
  }
  .tavrus-gantt-links {
    inset: 47px 6px 10px 92px;
  }
  .tavrus-gantt-bar {
    height: 22px !important;
    min-height: 22px !important;
    min-width: 30px;
    padding: 0 6px;
  }
  .tavrus-gantt-bar small {
    display: none;
    font-size: 8px;
    line-height: 1;
  }
  .tavrus-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
  }
  .tavrus-product-grid div {
    padding: 10px;
    border-radius: 12px;
  }
  .tavrus-product-grid small {
    font-size: 9px;
    letter-spacing: .05em;
  }
  .tavrus-product-grid strong {
    font-size: 16px;
  }
  .tavrus-product-side {
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
    margin-top: 12px;
  }
  .tavrus-product-person,
  .tavrus-product-rfq {
    padding: 10px;
    border-radius: 14px;
  }
  .tavrus-product-person > span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
    font-size: 10px;
  }
  .tavrus-product-person strong,
  .tavrus-product-rfq strong {
    font-size: 12px;
  }
  .tavrus-product-person:nth-child(2),
  .tavrus-product-person:nth-child(3) {
    transform: none;
  }
  .tavrus-aiero-footer .footer {
    padding: 34px 22px 24px;
    border-radius: 20px 20px 0 0;
  }
  .tavrus-aiero-footer .footer-row {
    grid-template-columns: 1fr;
  }
  .tavrus-aiero-footer .footer-section-bottom {
    flex-direction: column;
  }
  .content-wrapper {
    padding-top: 0 !important;
  }
  .content-wrapper .tavrus-element-a4dc7eb {
    min-height: min(860px, calc(100svh - 102px));
  }
  .content-wrapper .tavrus-element-a4dc7eb > .tavrus-container,
  .content-wrapper .tavrus-element-a4dc7eb > .tavrus-container > .tavrus-row {
    min-height: inherit;
  }
  .content-wrapper .tavrus-element-a4dc7eb > .tavrus-container > .tavrus-row {
    position: relative;
    display: block;
  }
  .content-wrapper .tavrus-element-a4dc7eb .tavrus-column {
    width: 100% !important;
    min-height: 0;
  }
  .content-wrapper .tavrus-element-a4dc7eb .tavrus-element-ef852f7,
  .content-wrapper .tavrus-element-a4dc7eb .tavrus-element-ef852f7 > .tavrus-widget-wrap {
    min-height: inherit;
  }
  .content-wrapper .tavrus-element-a4dc7eb .tavrus-element-af577e0 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 48px;
    z-index: 3;
  }
  .content-wrapper .tavrus-element-a4dc7eb .tavrus-element-af577e0 .tavrus-widget-wrap {
    min-height: 0;
    padding: 0 !important;
  }
  .tavrus-element-a4dc7eb .aiero-heading-content,
  .tavrus-element-29e961e .aiero-heading-content,
  .tavrus-element-ebf0f0c .aiero-heading-content {
    font-size: clamp(46px, 12vw, 58px) !important;
    line-height: 1.05 !important;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .tavrus-element-a4dc7eb .tavrus-widget-container,
  .tavrus-element-a4dc7eb .aiero-heading {
    max-width: calc(100vw - 64px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .content-wrapper .tavrus-element-a4dc7eb .tavrus-element-ef852f7 .tavrus-widget-wrap {
    justify-content: flex-end;
    padding: 0 0 178px 0 !important;
  }
  .tavrus-hero-video {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .tavrus-product-showcase {
    margin: 44px 0;
    padding: 38px 14px;
  }
  .tavrus-product-showcase-inner {
    width: 100%;
    gap: 24px;
  }
  .tavrus-product-copy h2 {
    font-size: clamp(34px, 11vw, 48px) !important;
  }
  .tavrus-product-copy p {
    font-size: 15px !important;
  }
  .tavrus-element-af577e0 .tavrus-widget-wrap {
    min-height: 380px;
    align-items: flex-start;
    padding: 24px 0 48px !important;
  }
  .tavrus-element-a4dc7eb::after {
    background:
      linear-gradient(180deg, rgba(17,19,21,.1) 0%, rgba(17,19,21,.32) 48%, rgba(17,19,21,.68) 100%),
      linear-gradient(90deg, rgba(17,19,21,.08), rgba(17,19,21,.34));
  }
}
