:root {
  --titan-blue: #4868F3;
}

.color-titan {
  color: var(--titan-blue);
}

.titan-case {
  background: #000419;
}
.titan-case .viewPlace {
  padding: 0 80px;
  max-width: 1580px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .titan-case .viewPlace {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .titan-case .viewPlace {
    padding: 0 16px;
  }
}
.titan-case h1 {
  font-size: clamp(46px, 2.951vw + 23.333px, 80px);
}
@media (max-width: 767px) {
  .titan-case h1 {
    font-size: 40px;
  }
}
.titan-case h1,
.titan-case h2,
.titan-case h3,
.titan-case p {
  color: var(--white);
}
.titan-case h1,
.titan-case h2,
.titan-case h3,
.titan-case h4 {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 300;
  line-height: 100%;
}
.titan-case h2 {
  padding-bottom: clamp(20px, 1.528vw + 12.667px, 42px);
  max-width: unset;
  font-size: clamp(46px, 1.215vw + 36.667px, 60px);
}
@media (max-width: 767px) {
  .titan-case h2 {
    font-size: 30px;
  }
}
.titan-case h3 {
  padding: 0 0 clamp(20px, 0.833vw + 16px, 32px) 0;
  font-size: clamp(36px, 0.347vw + 33.333px, 40px);
}
@media (max-width: 767px) {
  .titan-case h3 {
    font-size: 24px;
  }
}
.titan-case h4 {
  font-size: var(--30-20);
}
.titan-case p {
  padding-bottom: clamp(24px, 0.556vw + 21.333px, 32px);
  font-weight: 300;
  line-height: 133%;
}
.titan-case p.text_lg {
  font-size: clamp(18px, 0.556vw + 15.333px, 26px);
}
.titan-case p.text_sm {
  font-size: clamp(14px, 0.417vw + 12px, 20px);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.titan-case p.text_62 {
  margin-left: auto;
  max-width: 62%;
}
@media (max-width: 767px) {
  .titan-case p.text_62 {
    max-width: 100%;
  }
}
.titan-case p.text_1060 {
  margin-left: auto;
  max-width: 1060px;
}
.titan-case p a {
  color: #FF8600;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .titan-case p a:hover {
    text-decoration: underline;
  }
}
.titan-case p a b {
  color: #FF8600;
}
.titan-case ul.case-titan-list,
.titan-case ol.case-titan-list {
  position: relative;
  padding: 0;
  list-style: none;
}
.titan-case ul.case-titan-list li,
.titan-case ol.case-titan-list li {
  position: relative;
  margin-bottom: var(--32-16);
  padding-left: clamp(24px, 1.667vw + 16px, 48px);
  padding-bottom: 0;
  color: var(--white);
  font-weight: 400;
  line-height: 140%;
}
.titan-case ul.case-titan-list li:before,
.titan-case ol.case-titan-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.titan-case ul.case-titan-list li:last-child,
.titan-case ol.case-titan-list li:last-child {
  margin-bottom: 0;
}
.titan-case ul.case-titan-list.text_lg li,
.titan-case ol.case-titan-list.text_lg li {
  font-size: clamp(18px, 0.556vw + 15.333px, 26px);
}
.titan-case ul.case-titan-list.text_sm li,
.titan-case ol.case-titan-list.text_sm li {
  font-size: clamp(14px, 0.417vw + 12px, 20px);
}
.titan-case ol.case-titan-list {
  counter-reset: item;
}
.titan-case ol.case-titan-list li {
  counter-increment: item;
}
.titan-case ol.case-titan-list li:before {
  position: absolute;
  content: counter(item, decimal-leading-zero) " ";
  font-size: var(--30-20);
  line-height: 100%;
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  color: #FF8600;
}
.titan-case ul.case-titan-list li:before {
  position: absolute;
  content: "";
  width: var(--24-16);
  background: url(/application/images/drx-intelligence_arrow.svg) no-repeat center/contain;
  aspect-ratio: 26/16;
}
.titan-case ul.case-titan-list.dots li {
  padding-left: 16px;
}
.titan-case ul.case-titan-list.dots li:before {
  position: absolute;
  content: "";
  top: 10px;
  width: 8px;
  height: 8px;
  background: #FF7A00;
  border-radius: 50%;
  transform: none;
}
.titan-case.specproject .menu-scrolled {
  left: 50%;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transform: translateX(-50%);
  backdrop-filter: none;
}
.titan-case.specproject .menu-scrolled.scrolled {
  margin-top: 16px;
}
.titan-case.specproject .menu-scrolled .titan-menu {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  backdrop-filter: blur(20px);
}
.titan-case.specproject .menu-scrolled .menu-item {
  font-weight: 300;
  line-height: 1;
}
.titan-case.specproject .menu-scrolled .menu-item.active {
  color: #ff8600;
  text-shadow: 0 0 0 #ff8600, 0 0 0 #ff8600;
}
.titan-case.specproject h2 {
  font-size: clamp(30px, 2.083vw + 20px, 60px);
}
.titan-case-decal {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  border-radius: 39px;
}
.titan-case-decal:before {
  position: absolute;
  content: "";
  width: clamp(18px, 0.694vw + 12.667px, 26px);
  aspect-ratio: 26/28;
}
.titan-case-decal.blue {
  background: var(--titan-blue);
}
.titan-case-decal.blue:before {
  background: url(/application/images/cases/titan-quote-decal_blue.svg) no-repeat center/contain;
}
.titan-case-decal.orange {
  background: #FF8600;
}
.titan-case-decal.orange:before {
  background: url(/application/images/cases/titan-quote-decal_orange.svg) no-repeat center/contain;
}
.titan-case-section {
  padding: clamp(40px, 2.778vw + 26.667px, 80px) 0;
}
.titan-case-section .panel-switcher-buttons {
  display: grid !important;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr !important;
  gap: clamp(12px, 0.833vw + 8px, 24px) !important;
  width: 100%;
  max-width: 600px;
}
.titan-case-section .panel-switcher-buttons li {
  padding: clamp(8px, 0.556vw + 5.333px, 16px) clamp(8px, 1.111vw + 2.667px, 24px) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.17) !important;
  font-size: clamp(12px, 0.556vw + 9.333px, 20px) !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: clamp(76px, 0.972vw + 71.333px, 90px) !important;
}
.titan-case-section .panel-switcher-buttons li.active {
  background: linear-gradient(90deg, #FC9A2D 0%, #FF8701 100%) !important;
  color: var(--white) !important;
}
.titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(1),
.titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(2),
.titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(3) {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(1),
  .titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(2),
  .titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(3) {
    grid-column: span 1;
  }
}
.titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(4) {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(4) {
    grid-column: span 1;
  }
}
.titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(5) {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(5) {
    grid-column: span 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(5) {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .titan-case-section .panel-switcher-content[data-content=esign] .titan-case-changes-wrap .titan-case-changes-item:nth-child(5) {
    grid-column: span 1;
  }
}
.titan-case-section .panel-switcher-content[data-content=personnel] .titan-case-changes-wrap .titan-case-changes-item {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .titan-case-section .panel-switcher-content[data-content=personnel] .titan-case-changes-wrap .titan-case-changes-item {
    grid-column: span 1;
  }
}
.titan-case-section .panel-switcher-content.fadeIn.animated {
  display: block !important;
}
.titan-case-header {
  width: 100%;
  height: clamp(1400px, 12.809vw + 1273.058px, 1519px);
  background: url(/application/images/cases/titan-case_header-bg.webp) no-repeat center top/2560px 1519px;
  aspect-ratio: 2560/1519;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .titan-case-header {
    height: auto;
    min-height: 1079px;
    background: url(/application/images/cases/titan-case_header-bg_note.webp) no-repeat center top/1280px 1079px;
    aspect-ratio: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-header {
    height: auto;
    min-height: unset;
    background: url(/application/images/cases/titan-case_header-bg_tablet.webp) no-repeat center top/991px 1064px;
    aspect-ratio: auto;
  }
}
@media (max-width: 767px) {
  .titan-case-header {
    height: auto;
    min-height: 805px;
    background: url(/application/images/cases/titan-case_header-bg_mobile.webp) no-repeat center top/768px 805px;
    aspect-ratio: auto;
  }
}
.titan-case-header .viewPlace {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .titan-case-header-wrap {
    display: flex;
    padding-top: 160px;
    flex-direction: column-reverse;
    gap: 64px;
  }
}
.titan-case-header-nums {
  position: relative;
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(auto, 228px));
  justify-content: center;
  height: 468px;
  width: 1120px;
}
@media (min-width: 991px) and (max-width: 1279px) {
  .titan-case-header-nums {
    width: 810px;
    height: 338px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-header-nums {
    width: 638px;
    height: 266px;
  }
}
@media (max-width: 767px) {
  .titan-case-header-nums {
    grid-template-columns: 1fr;
    gap: 36px;
    height: auto;
    width: 100%;
  }
}
.titan-case-header-nums-item {
  position: absolute;
}
@media (min-width: 768px) {
  .titan-case-header-nums-item:nth-child(1) {
    transition-property: opacity, transform;
    transition-delay: 0.2s;
  }
  .titan-case-header-nums-item:nth-child(2) {
    transition-property: opacity, transform;
    transition-delay: 0.4s;
  }
  .titan-case-header-nums-item:nth-child(3) {
    transition-property: opacity, transform;
    transition-delay: 0.6s;
  }
  .titan-case-header-nums-item:nth-child(4) {
    transition-property: opacity, transform;
    transition-delay: 0.8s;
  }
}
@media (max-width: 767px) {
  .titan-case-header-nums-item {
    position: static;
  }
}
.titan-case-header-nums-item:nth-child(1) {
  left: 0;
  top: 33%;
}
.titan-case-header-nums-item:nth-child(2) {
  left: 34%;
  top: 5%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-header-nums-item:nth-child(2) {
    left: 32%;
    top: 0;
  }
}
.titan-case-header-nums-item:nth-child(3) {
  right: 20%;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-header-nums-item:nth-child(3) {
    right: 17%;
  }
}
.titan-case-header-nums-item:nth-child(4) {
  right: 0;
  top: 33%;
}
.titan-case-header-nums-item p {
  padding-bottom: 0;
  text-align: center;
  color: var(--white) !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-header-nums-item p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .titan-case-header-nums-item p {
    font-size: 16px !important;
  }
}
.titan-case-header-nums-item p:not(.text_sm) {
  padding-bottom: 8px;
  font-size: clamp(24px, 1.042vw + 16px, 36px);
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-header-nums-item p:not(.text_sm) {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .titan-case-header-nums-item p:not(.text_sm) {
    font-size: 16px !important;
  }
}
.titan-case-header-nums-item p span {
  font-size: clamp(50px, 1.215vw + 40.667px, 64px);
  line-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-header-nums-item p span {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .titan-case-header-nums-item p span {
    font-size: 50px !important;
  }
}
.titan-case-header h1 {
  position: relative;
  text-align: center;
  z-index: 1;
}
.titan-case-header h1 .titan-case-decal {
  padding: 8px clamp(16px, 1.042vw + 8px, 28px) 8px clamp(16px, 1.042vw + 8px, 28px);
  vertical-align: middle;
  font-size: var(--40-20);
}
.titan-case-header h1 .titan-case-decal.blue {
  margin-right: 16px;
  border-radius: 39px 39px 0 39px;
}
.titan-case-header h1 .titan-case-decal.blue:before {
  bottom: -43%;
  right: -15%;
  transform: rotate(174deg);
  z-index: -1;
}
.titan-case-header h1 .titan-case-decal.orange {
  margin-left: 16px;
  border-radius: 0 39px 39px 39px;
}
.titan-case-header h1 .titan-case-decal.orange:before {
  top: -43%;
  left: -15%;
  z-index: -1;
}
.titan-case-about h2 {
  padding-top: clamp(40px, 2.778vw + 26.667px, 80px);
}
@media (max-width: 767px) {
  .titan-case-about h2 {
    padding-top: 80px;
    text-align: left;
  }
}
.titan-case-about-text {
  position: relative;
}
.titan-case-about-text:before {
  position: absolute;
  content: "";
  top: 8px;
  background: url(/application/images/logo/titan-2-logo_semi-tr.svg) no-repeat center/contain;
  aspect-ratio: 316/80;
}
.titan-case-about-text.text_lg {
  width: 73%;
}
.titan-case-about-text.text_lg:before {
  right: -35%;
  width: clamp(198px, 12.702vw + 72.125px, 316px);
}
@media (max-width: 991px) {
  .titan-case-about-text.text_lg {
    width: 100%;
  }
  .titan-case-about-text.text_lg:before {
    display: none;
  }
}
.titan-case-about-text.text_sm:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-about-text.text_sm:before {
    display: block;
    left: -60%;
    width: clamp(210px, 22.422vw + 37.803px, 260px);
  }
}
.titan-case-preconditions {
  position: relative;
  background: url(/application/images/cases/titan-case_preconditions-bg.webp) no-repeat 50% 0%/100% auto;
}
@media (min-width: 992px) and (max-width: 1921px) {
  .titan-case-preconditions {
    background: url(/application/images/cases/titan-case_preconditions-bg.webp) no-repeat 50% 0%/1920px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-preconditions {
    background: url(/application/images/cases/titan-case_preconditions-bg_md.webp) no-repeat 50% 0%/100% auto;
  }
}
@media (max-width: 767px) {
  .titan-case-preconditions {
    background: none;
  }
  .titan-case-preconditions:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 33%;
    background: linear-gradient(180deg, rgba(72, 104, 243, 0), rgba(72, 104, 243, 0.4));
    filter: blur(40px);
  }
}
.titan-case-preconditions-pic {
  position: relative;
  display: none;
  width: 100%;
  background: url(/application/images/cases/titan-case_preconditions-bg_sm.webp) no-repeat center/100% auto;
  aspect-ratio: 375/319;
}
@media (max-width: 767px) {
  .titan-case-preconditions-pic {
    display: block;
    margin-bottom: 24px;
  }
}
.titan-case-preconditions .viewPlace h2 {
  position: absolute;
  top: 0;
  left: 80px;
}
@media (max-width: 767px) {
  .titan-case-preconditions .viewPlace h2 {
    position: static;
    text-align: left;
  }
}
.titan-case-preconditions h3 {
  padding-top: clamp(60px, 4.167vw + 40px, 120px);
}
.titan-case-preconditions .studying-program.panel-switcher p {
  color: rgb(255, 255, 255);
}
.titan-case-changes-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(12px, 0.556vw + 9.333px, 20px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-changes-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .titan-case-changes-wrap {
    grid-template-columns: 1fr;
  }
}
.titan-case-changes-item {
  display: flex;
  padding: clamp(20px, 0.833vw + 16px, 32px);
  flex-direction: column;
  gap: clamp(12px, 0.417vw + 10px, 18px);
  background: linear-gradient(#080C20, #080C20) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.3) 26.35%, rgba(255, 255, 255, 0)) border-box;
  text-decoration: none !important;
  border: 1px solid transparent;
  border-radius: var(--30-20);
}
@media (max-width: 767px) {
  .titan-case-changes-item {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .titan-case-changes-item p {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media (min-width: 768px) {
  .titan-case-changes-item:nth-child(1) {
    transition-property: opacity, transform;
    transition-delay: 0.1s;
  }
  .titan-case-changes-item:nth-child(2) {
    transition-property: opacity, transform;
    transition-delay: 0.2s;
  }
  .titan-case-changes-item:nth-child(3) {
    transition-property: opacity, transform;
    transition-delay: 0.3s;
  }
  .titan-case-changes-item:nth-child(4) {
    transition-property: opacity, transform;
    transition-delay: 0.4s;
  }
  .titan-case-changes-item:nth-child(5) {
    transition-property: opacity, transform;
    transition-delay: 0.5s;
  }
}
.titan-case-changes-item img {
  display: block;
  width: clamp(32px, 1.111vw + 26.667px, 48px);
}
.titan-case-changes-item p {
  padding-bottom: 0;
  color: var(--white) !important;
}
.titan-case-crane {
  background: url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 25%/42% auto, url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 76%/42% auto, url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 96%/42% auto, url(/application/images/cases/titan-case_cloud-1.webp) no-repeat 100% 90%/42% auto, linear-gradient(168.51deg, #314492 1.53%, #7085FF 276.46%);
  border-radius: clamp(30px, 1.389vw + 23.333px, 50px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-crane {
    background: url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 25%/42% auto, url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 76%/42% auto, url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 96%/42% auto, url(/application/images/cases/titan-case_cloud-1.webp) no-repeat 100% 90%/42% auto, url(/application/images/cases/titan-case_crane-bottom-tablet.webp) no-repeat center bottom/768px auto, linear-gradient(168.51deg, #314492 1.53%, #7085FF 276.46%);
  }
}
@media (max-width: 767px) {
  .titan-case-crane {
    background: url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 25%/42% auto, url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 76%/42% auto, url(/application/images/cases/titan-case_cloud-2.webp) no-repeat 0 96%/42% auto, url(/application/images/cases/titan-case_cloud-1.webp) no-repeat 100% 90%/42% auto, url(/application/images/cases/titan-case_crane-bottom-mobile.webp) no-repeat center bottom/360px auto, linear-gradient(168.51deg, #314492 1.53%, #7085FF 276.46%);
  }
}
.titan-case-crane-lift {
  display: grid;
  grid-template-columns: 56% 1fr;
}
@media (max-width: 991px) {
  .titan-case-crane-lift {
    display: flex;
    flex-direction: column-reverse;
  }
}
.titan-case-crane-lift-left {
  position: relative;
  background: url(/application/images/cases/titan-case_crane-bg.webp) no-repeat center/contain;
  aspect-ratio: 2141/1887;
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-crane-lift-left {
    background: url(/application/images/cases/titan-case_crane-bg_tablet.webp) no-repeat center/contain;
    aspect-ratio: 1536/1106;
  }
}
@media (max-width: 767px) {
  .titan-case-crane-lift-left {
    background: url(/application/images/cases/titan-case_crane-bg_mobile.webp) no-repeat center/100% auto;
    aspect-ratio: 750/794;
  }
}
.titan-case-crane-lift-right {
  background: url(/application/images/cases/titan-case_cloud-1.webp) no-repeat center right/85% auto;
}
@media (max-width: 991px) {
  .titan-case-crane-lift-right {
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-crane-lift-right {
    margin-left: auto;
    padding-right: 48px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .titan-case-crane-lift-right {
    padding: 0 16px 0 40px;
  }
}
.titan-case-crane-cable {
  position: absolute;
  bottom: 100%;
  left: 51%;
  transform: translateX(-50%);
  width: 4px;
  height: 0px;
  background: repeating-linear-gradient(45deg, #FFD700 0px, #FFD700 2px, #1a1a1a 2px, #1a1a1a 4px);
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transform-origin: bottom center;
  border-radius: 2px;
  will-change: opacity;
}
.titan-case-crane-bottom {
  position: relative;
  padding-top: clamp(368px, 7.32vw + 295.462px, 436px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-crane-bottom {
    padding: 290px 0 48px 0;
  }
}
@media (max-width: 767px) {
  .titan-case-crane-bottom {
    padding: 80px 0 16px 0;
  }
}
.titan-case-crane-bottom-building-top {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(528px, 13.132vw + 397.858px, 650px);
  background: url(/application/images/cases/titan-case_crane-weight.webp) no-repeat 50%/contain;
  aspect-ratio: 1307/1177;
  transform: translateX(-50%);
}
.titan-case-crane-bottom-building-top:before {
  position: absolute;
  content: "";
  top: 0;
  left: 51%;
  width: 4px;
  height: 1200px;
  background: repeating-linear-gradient(45deg, #FFD700 0px, #FFD700 2px, #1a1a1a 2px, #1a1a1a 4px);
  background-size: 100% 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transform-origin: bottom center;
  border-radius: 2px;
  will-change: opacity;
  transform: translate(-50%, -100%);
}
@media (max-width: 991px) {
  .titan-case-crane-bottom-building-top {
    display: none;
  }
}
.titan-case-crane-bottom-building-bottom {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1134px;
  background: url(/application/images/cases/titan-case_crane-bottom.webp) no-repeat center/contain;
  aspect-ratio: 1134/672;
  z-index: 1;
}
@media (max-width: 991px) {
  .titan-case-crane-bottom-building-bottom {
    background: none;
    aspect-ratio: auto;
  }
}
.titan-case-crane-bottom-cta {
  position: absolute;
  bottom: 80px;
  padding: clamp(40px, 2.778vw + 26.667px, 80px);
  width: 100%;
  text-align: center;
  background: rgba(0, 4, 25, 0.77);
  backdrop-filter: blur(8px);
  border-radius: var(--30-20);
  z-index: 2;
}
@media (max-width: 991px) {
  .titan-case-crane-bottom-cta {
    position: static;
  }
}
.titan-case-crane-bottom-cta h2 {
  padding: 0;
}
.titan-case-crane-bottom-cta p {
  margin: 0 auto;
  padding: 24px 0 clamp(24px, 1.563vw + 12px, 42px) 0;
  width: 100%;
  max-width: 1000px;
}
.titan-case-crane-weight {
  position: relative;
  left: 50%;
  width: clamp(528px, 13.132vw + 397.858px, 650px);
  background: url(/application/images/cases/titan-case_crane-weight_cr.webp) no-repeat center/contain;
  aspect-ratio: 1307/414;
  /*opacity: 0;*/
  z-index: 0;
  transform: translateX(-50%);
  /*transition: opacity .3s ease-in-out;*/
}
@media (max-width: 991px) {
  .titan-case-crane-weight {
    display: none;
  }
}
.titan-case-crane-weight.fixed {
  position: fixed;
  bottom: 0;
}
.titan-case-crane-quote {
  position: relative;
}
.titan-case-crane-quote:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10%;
  width: 14%;
  background: url(/application/images/cases/titan-quotes.svg) no-repeat center/contain;
  aspect-ratio: 200/147;
}
@media (max-width: 991px) {
  .titan-case-crane-quote:before {
    top: 15%;
  }
}
@media (max-width: 767px) {
  .titan-case-crane-quote:before {
    display: none;
  }
}
.titan-case-crane-quote h2 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(5, 1fr);
  max-width: 70%;
}
.titan-case-crane-quote h2 .h2-top {
  grid-area: 1/1/2/4;
}
.titan-case-crane-quote h2 .h2-bottom {
  grid-area: 2/2/3/6;
}
@media (max-width: 767px) {
  .titan-case-crane-quote h2 {
    display: flex;
    flex-direction: column;
    max-width: unset;
  }
}
.titan-case-crane-quote p.text_lg {
  font-weight: 400;
}
.titan-case-crane-quote p.text_lg:nth-of-type(1) {
  text-indent: clamp(46px, 4.688vw + 10px, 100px);
}
@media (max-width: 767px) {
  .titan-case-crane-quote p.text_lg:nth-of-type(1) {
    text-indent: 0;
  }
}
.titan-case-crane-quote-person {
  margin: 0 auto;
  width: 60%;
  max-width: 460px;
}
@media (max-width: 991px) {
  .titan-case-crane-quote-person {
    marigin: 0;
    width: 100%;
    max-width: unset;
  }
}
.titan-case-crane-quote-person .titan-case-decal {
  padding: clamp(12px, 0.417vw + 10px, 18px) 26px;
  font-size: var(--24-16);
}
.titan-case-crane-quote-person .titan-case-decal-wrap {
  padding: 30px 0 24px 24px;
}
.titan-case-crane-quote-person .titan-case-decal.blue {
  border-radius: 0 39px 39px 39px;
}
.titan-case-crane-quote-person .titan-case-decal.blue:before {
  top: -28px;
  left: -24px;
}
.titan-case-crane p.text_sm {
  color: rgb(255, 255, 255);
}
.titan-case-crane-scheme-lg {
  display: none;
}
@media (min-width: 992px) {
  .titan-case-crane-scheme-lg {
    display: block;
  }
}
.titan-case-crane-scheme-md {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-crane-scheme-md {
    display: block;
  }
}
.titan-case-crane-scheme-sm {
  display: none;
}
@media (max-width: 767px) {
  .titan-case-crane-scheme-sm {
    display: block;
  }
}
.titan-case-crane-steps {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(0, 580px);
  justify-content: space-between;
  gap: clamp(56px, 2.583vw + 30.398px, 80px);
}
@media (max-width: 991px) {
  .titan-case-crane-steps {
    display: flex;
    flex-direction: column;
  }
}
.titan-case-crane-steps h3 {
  text-align: left;
}
.titan-case-crane-steps .grid-span-2 {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .titan-case-crane-steps .grid-span-2 {
    grid-column: auto;
  }
}
@media (max-width: 991px) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher .dependent-block .d-grid.grid-items_2 {
    display: block !important;
  }
}
.titan-case-crane-steps .sys-el-gen-ai-switcher .dependent-block .d-grid.grid-items_2 img {
  display: block;
  margin: 0 auto;
}
.titan-case-crane-steps .sys-el-gen-ai-switcher .dependent-block h4 {
  text-align: left;
}
@media (min-width: 768px) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher .dependent-block h4 {
    display: none;
  }
}
.titan-case-crane-steps .sys-el-gen-ai-switcher {
  display: grid;
  grid-template-columns: 42% 40%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher {
    grid-template-columns: 1fr;
  }
}
.titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap {
    gap: 16px;
  }
}
.titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
  display: block !important;
  margin: 0;
  padding: clamp(16px, 0.833vw + 12px, 28px) clamp(52px, 0.556vw + 49.333px, 60px) clamp(16px, 0.833vw + 12px, 28px) clamp(20px, 0.833vw + 16px, 32px) !important;
  color: rgba(255, 255, 255, 0.45);
  font-size: var(--24-16);
  font-weight: 600;
  text-align: left;
  background: linear-gradient(#4759AF, #4759AF) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.14) 100%) border-box;
  border: 1px solid transparent;
  border-radius: var(--30-20);
  white-space: normal;
  transition: color 0.3s ease-in-out;
}
.titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:before {
  top: 0;
  left: 0;
}
.titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:after {
  position: absolute;
  content: "";
  top: calc(50% - 18px);
  right: clamp(20px, 0.833vw + 16px, 32px);
  width: 36px;
  height: 36px;
  background: url("/application/images/cases/titan-case-arrow_white.svg") no-repeat center/24px 24px, rgba(255, 255, 255, 0.07);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active {
  color: rgb(255, 255, 255);
  background: linear-gradient(90deg, #FC9B2F 0%, #FF8600 100%);
}
.titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active:after {
  background: url("/application/images/cases/titan-case-arrow_orange.svg") no-repeat center/24px 24px, rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active {
    background: none;
  }
}
@media (hover: hover) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:hover:after {
    background: url("/application/images/cases/titan-case-arrow_orange.svg") no-repeat center/24px 24px, rgb(255, 255, 255);
  }
}
@media (max-width: 991px) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    display: block !important;
    text-align: left;
    color: #fff !important;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(22px);
  }
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:before {
    display: none;
  }
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 21px;
    width: 36px;
    height: 36px;
    background: url("/application/images/cases/sys-el-switcher-arrow.svg") no-repeat center/auto, linear-gradient(90deg, #FB9A2C 0%, #FE8601 100%) !important;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active {
    font-weight: 600 !important;
  }
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active .d-block.d-lg-none {
    padding-top: 28px;
  }
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active .d-block.d-lg-none p:last-child {
    padding-bottom: 0;
  }
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active:after {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    padding: 28px 58px 28px 24px !important;
  }
}
@media (max-width: 767px) {
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    padding: 16px 16px !important;
  }
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active {
    padding: 16px 16px 16px 16px !important;
  }
  .titan-case-crane-steps .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
.titan-case-crane-slider.phone {
  /*height: 100vh;*/
  z-index: 2;
}
.titan-case-crane-slider.phone p {
  margin-left: auto;
  padding: clamp(20px, 1.042vw + 12px, 32px);
  width: clamp(264px, 6.944vw + 230.667px, 364px);
  background: linear-gradient(#4456AB, #4456AB) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.155) 100%) border-box;
  border-radius: 30px 30px 30px 0;
  border: 1px solid transparent;
}
.titan-case-crane-slider.phone img {
  display: block;
  margin: 0 auto;
  width: clamp(244px, 1.806vw + 235.333px, 270px);
}
@media (max-width: 767px) {
  .titan-case-crane-slider.phone img {
    width: 166px;
  }
}
.titan-case-crane-stage {
  position: relative;
  margin: clamp(36px, 1.389vw + 29.333px, 56px) 0 24px 0;
  padding: 0;
  color: #FF8600;
}
.titan-case-crane-stage:after {
  position: absolute;
  content: attr(data-num);
  left: 0;
  bottom: 0;
  color: #4868F3;
  font-family: "Bebas Neue Cyrillic";
  font-size: clamp(60px, 2.778vw + 46.667px, 100px);
  line-height: 100%;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.1);
}
.titan-case-transformation-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 10.069vw - 53.333px, 140px);
}
@media (max-width: 991px) {
  .titan-case-transformation-wrap {
    grid-template-columns: 1fr;
  }
}
.titan-case-transformation-processes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.076vw + 1.333px, 22px);
}
@media (max-width: 767px) {
  .titan-case-transformation-processes {
    grid-template-columns: 1fr;
  }
}
.titan-case-transformation-processes .titan-case-changes-item:last-child {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .titan-case-transformation-processes .titan-case-changes-item:last-child {
    grid-column: span 1;
  }
}
.titan-case-effect .d-omni-features-wrap:before,
.titan-case-effect .d-omni-features-wrap.active:before {
  max-width: 337px;
  aspect-ratio: 337/584;
}
@media (max-width: 991px) {
  .titan-case-effect .d-omni-features-wrap:before,
  .titan-case-effect .d-omni-features-wrap.active:before {
    display: none;
  }
}
.titan-case-effect .d-omni-features-wrap:before {
  background: url(/application/images/cases/titan-case_processes-off.webp) no-repeat 50% 50%/contain;
  opacity: 1;
}
.titan-case-effect .d-omni-features-wrap.active:before {
  background: url(/application/images/cases/titan-case_processes-on.webp) no-repeat 50% 50%/contain;
}
.titan-case-effect .d-omni-features-wrap:after,
.titan-case-effect .d-omni-features-wrap.active:after {
  left: 50%;
  height: 100%;
  background: rgba(72, 104, 243, 0.32);
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: blur(40px);
  transform: translateX(-50%);
  opacity: 0;
}
.titan-case-effect .d-omni-features-wrap.active:after {
  opacity: 1;
}
.titan-case-effect .d-omni-features-switcher {
  margin: 0 auto;
  padding-bottom: 0;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 991px) {
  .titan-case-effect .d-omni-features-switcher {
    gap: 64px;
  }
}
.titan-case-effect .d-omni-features-switcher h3 {
  font-size: clamp(20px, 0.431vw + 15.733px, 24px);
  text-transform: none;
}
.titan-case-effect .d-omni-features-wrap {
  padding: 36px 0;
  grid-template-columns: repeat(2, minmax(0, 520px));
  justify-content: space-between;
  grid-auto-rows: 1fr;
  gap: var(--24-16);
}
@media (max-width: 991px) {
  .titan-case-effect .d-omni-features-wrap {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.titan-case-effect .d-omni-features-wrap:not(.active) .titan-case-changes-item.linked {
  pointer-events: none;
}
.titan-case-effect .d-omni-features-wrap:not(.active) .titan-case-changes-item.linked:before, .titan-case-effect .d-omni-features-wrap:not(.active) .titan-case-changes-item.linked:after {
  opacity: 0;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item {
  grid-area: auto;
  place-items: unset;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item:nth-child(2n) p {
  background: none;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item .d-omni-features-item-header {
  font-weight: 600;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item .d-omni-features-item-content {
  max-width: unset;
  background: none;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item p {
  padding: 0 !important;
  background: none !important;
  font-weight: 300;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item p:after {
  display: none;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item {
  position: relative;
  transition: background 0.3s ease-in-out;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item:nth-child(odd) {
  background: linear-gradient(#080C20, #080C20) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.3) 26.35%, rgba(255, 255, 255, 0)) border-box !important;
}
@media (max-width: 991px) {
  .titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item:nth-child(odd) {
    background: linear-gradient(#080C20, #080C20) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.3) 26.35%, rgba(255, 255, 255, 0)) border-box !important;
  }
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item:nth-child(even) {
  background: linear-gradient(#080C20, #080C20) padding-box, linear-gradient(270deg, rgba(255, 255, 255, 0.3) 26.35%, rgba(255, 255, 255, 0)) border-box !important;
}
@media (max-width: 991px) {
  .titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item:nth-child(even) {
    background: linear-gradient(#080C20, #080C20) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.3) 26.35%, rgba(255, 255, 255, 0)) border-box !important;
  }
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item.linked:before, .titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item.linked:after {
  position: absolute;
  content: "";
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item.linked:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2E365E;
  border-radius: var(--30-20);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item.linked:after {
  top: clamp(20px, 0.833vw + 16px, 32px);
  right: clamp(20px, 0.833vw + 16px, 32px);
  width: var(--24-16);
  height: var(--24-16);
  background: url(/application/images/drx-intelligence_arrow.svg) no-repeat center/contain;
  transform: rotate(325deg);
}
@media (hover: hover) {
  .titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item.linked:hover:before {
    opacity: 1;
  }
}
.titan-case-effect .d-omni-features-wrap .d-omni-features-item.titan-case-changes-item.linked .d-omni-features-item-header {
  padding-right: 32px !important;
}
.titan-case-totals {
  counter-reset: totals-item;
}
.titan-case-totals-item {
  position: relative;
  padding-bottom: 0 !important;
  font-size: clamp(14px, 0.417vw + 12px, 20px);
}
.titan-case-totals-item:before {
  content: attr(data-number) "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(68px, 2.778vw + 46.667px, 100px);
  line-height: 100%;
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  color: #10142C;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .titan-case-totals-item:before {
    color: var(--white);
  }
}
.titan-case-totals-item:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  width: clamp(18px, 1.042vw + 10px, 30px);
  background: #10142B;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .titan-case-totals-item:after {
    background: var(--color-orange);
    box-shadow: 0px 0px 10px 10px rgba(255, 122, 0, 0.55);
  }
}
.titan-case-footer {
  position: relative;
  overflow: hidden;
}
.titan-case-footer:before {
  position: absolute;
  content: "";
  left: calc(50% + 200px);
  bottom: 0;
  width: 100%;
  max-width: 1020px;
  height: 100%;
  max-height: 1094px;
  background: url(/application/images/cases/titan-case_form-pic.webp) no-repeat center/100% auto;
  aspect-ratio: 1020/1094;
  z-index: 2;
}
@media (max-width: 991px) {
  .titan-case-footer:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .titan-case-footer.titan-case-section {
    padding-bottom: 0;
  }
}
.titan-case-footer .viewPlace h3,
.titan-case-footer .viewPlace .form-container,
.titan-case-footer .viewPlace .titan-case-totals {
  position: relative;
  z-index: 1;
}
.titan-case-footer .viewPlace.px-0 {
  margin: 0;
  width: 58%;
}
@media (max-width: 991px) {
  .titan-case-footer .viewPlace.px-0 {
    width: 100%;
  }
}
.titan-case-footer .viewPlace:not(.px-0):after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(72, 104, 243, 0.75);
  width: 40%;
  max-width: 658px;
  border-radius: 50%;
  filter: blur(150px);
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .titan-case-footer .viewPlace:not(.px-0):after {
    display: none;
  }
}
@media (max-width: 991px) {
  .titan-case-footer .viewPlace .form .form__btn {
    text-align: center;
  }
}
.titan-case-footer-img {
  display: none;
  margin: clamp(40px, 15.656vw - 35.147px, 120px) auto 0 auto;
  width: 100%;
  max-width: 991px;
  background: url(/application/images/cases/titan-case_footer-img.webp) no-repeat center/100% auto;
}
@media (max-width: 991px) {
  .titan-case-footer-img {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .titan-case-footer-img {
    aspect-ratio: 768/314;
  }
}
@media (max-width: 767px) {
  .titan-case-footer-img {
    background: url(/application/images/cases/titan-case_footer-img_mobile.webp) no-repeat center/100% auto;
    aspect-ratio: 375/236;
  }
}