
:root {
  --utr-brand: #086ad8;
  --utr-ink: #333333;
  --utr-muted: #696969;
  --utr-space-sm: 12px;
  --utr-space-md: 24px;
  --utr-space-lg: 40px;
  --utr-title-size-compact: 2rem;
}

.utr-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  text-decoration: none;
  width: 185px;
  min-height: 48px;
  justify-content: center;
  background-image: url("../images/utr/logo-dark.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.utr-brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.utr-wordmark {
  color: var(--utr-brand);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .08em;
}
.utr-brand-subtitle {
  color: var(--utr-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .08em;
  margin-top: 4px;
  text-transform: uppercase;
}
.header-area--absolute .utr-wordmark,
.header-area--absolute .utr-brand-subtitle {
  color: #ffffff;
}
.header-area--absolute .utr-brand {
  background-image: url("../images/utr/logo-light.png");
}
.header-area--absolute .is-sticky .utr-brand {
  background-image: url("../images/utr/logo-dark.png");
}
.header-area--absolute .is-sticky .utr-wordmark { color: var(--utr-brand); }
.header-area--absolute .is-sticky .utr-brand-subtitle { color: var(--utr-muted); }
.utr-justified {
  text-align: justify;
  text-justify: inter-word;
}
.utr-about-copy p + p { margin-top: var(--utr-space-md); }
.utr-service-overview {
  color: var(--utr-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
}
.utr-service-highlights .ht-box-images.style-05 .image-box-wrap {
  height: auto !important;
  padding-bottom: 36px;
}
.utr-solutions-composition .ht-box-images.style-05 .image-box-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 34px 26px;
}
.utr-service-cards .ht-box-images.style-05 .image-box-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 34px 26px;
}
.utr-solutions-composition .section-title-wrap > h3.heading {
  font-size: var(--utr-title-size-compact);
  line-height: 1.3;
}
.utr-solutions-composition .title-dec-text {
  text-align: justify;
  text-justify: inter-word;
}
.utr-solutions-composition .col-lg-8 > .row > [class*="col-"] {
  display: flex;
}
.utr-solutions-composition .ht-box-images.style-05 {
  width: 100%;
}
.utr-solutions-composition .ht-box-images.style-05 .box-image {
  height: auto;
  margin: -34px -26px 22px;
  overflow: hidden;
}
.utr-service-cards .ht-box-images.style-05 .box-image {
  height: auto;
  margin: -34px -26px 22px;
  overflow: hidden;
}
.utr-solutions-composition .ht-box-images.style-05 .box-image .utr-solution-image {
  display: block;
  width: 100%;
  height: 190px;
  max-height: none;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.utr-service-cards .ht-box-images.style-05 .box-image .utr-solution-image {
  display: block;
  width: 100%;
  height: 190px;
  max-height: none;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.utr-solutions-composition .ht-box-images.style-05:hover .box-image .utr-solution-image {
  transform: scale(1.04);
}
.utr-service-cards .ht-box-images.style-05:hover .box-image .utr-solution-image {
  transform: scale(1.04);
}
.utr-solutions-composition .ht-box-images.style-05 .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.utr-service-cards .ht-box-images.style-05 .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.utr-solutions-composition .ht-box-images.style-05 .image-box-wrap .content .box-images-arrow {
  margin-top: auto;
  padding-top: 22px;
}
.utr-service-cards .ht-box-images.style-05 .image-box-wrap .content .box-images-arrow {
  margin-top: auto;
  padding-top: 22px;
}
.utr-solutions-composition .ht-box-images.style-05:focus-within {
  transform: translateY(-5px);
}
.utr-solutions-composition .ht-box-images.style-05:focus-within .image-box-wrap {
  background: #002fa6;
}
.utr-solutions-composition .ht-box-images.style-05:focus-within .default-image {
  opacity: 0;
  visibility: hidden;
}
.utr-solutions-composition .ht-box-images.style-05:focus-within .hover-images {
  opacity: 1;
  visibility: visible;
}
.utr-solutions-composition .ht-box-images.style-05:focus-within .heading,
.utr-solutions-composition .ht-box-images.style-05:focus-within .text {
  color: #ffffff;
}
.utr-solutions-composition .ht-box-images.style-05:focus-within .box-images-arrow a {
  color: #d2a98e;
}
.utr-guide-grid > [class*="col-"] { display: flex; }
.utr-guide-grid .projects-wrap { width: 100%; }
.utr-guide-grid .projects-image-box { display: flex; flex-direction: column; }
.utr-guide-grid .projects-image-box .content { flex: 1; }
.utr-guide-grid .projects-image,
.utr-guide-grid .projects-image img {
  display: block;
  width: 100%;
}
.utr-guide-grid .projects-image img {
  aspect-ratio: 480 / 298;
  object-fit: cover;
}
.utr-guide-grid .projects-wrap.style-01 .content {
  padding-bottom: 72px;
}
.utr-guide-detail .post-feature img {
  display: block;
  width: 100%;
}
.utr-guide-detail .utr-guide-secondary-media {
  margin: 30px auto 0;
  max-width: 680px;
}
.utr-guide-detail .utr-guide-secondary-media img {
  display: block;
  width: 100%;
  height: auto;
}
.utr-detail-media img {
  display: block;
  width: 100%;
  height: auto;
}
.utr-detail-media .utr-detail-secondary-image {
  margin-top: 24px;
}
.machine-learning-hero-bg {
  background-image: url("../images/utr/home-hero.jpg");
}
.utr-contact-map-visual {
  padding-bottom: var(--utr-space-lg);
}
.utr-contact-map-visual img {
  display: block;
  width: 100%;
}
.ht-simple-job-listing .item .col-md-8 { display: flex; align-items: center; }
.utr-email-link {
  color: var(--utr-brand);
  font-size: 22px;
  font-weight: 700;
  word-break: break-word;
}
.post-excerpt h5 { margin: var(--utr-space-md) 0 var(--utr-space-sm); }
.post-excerpt blockquote h5 { margin-top: 0; }
.navigation-menu > ul > li > a { letter-spacing: 0; }
.mobile-navigation-icon {
  background: transparent;
  border: 0;
  padding: 0;
}
.mobile-navigation-icon:focus-visible,
.mobile-navigation-close-icon:focus-visible {
  outline: 3px solid var(--utr-brand);
  outline-offset: 5px;
}

@media (max-width: 1199px) {
  .utr-brand-subtitle { display: none; }
}
@media (max-width: 767px) {
  .header-area--absolute .utr-brand,
  .header-area--absolute .is-sticky .utr-brand {
    background-image: url("../images/utr/logo-dark.png");
  }
  .utr-brand { width: 160px; }
}
@media (max-width: 767px) {
  .machine-learning-hero-text h1,
  .about-banner-content h1 { font-size: 38px; line-height: 1.2; }
  .section-space--ptb_120 { padding-top: 80px; padding-bottom: 80px; }
  .section-space--ptb_100 { padding-top: 70px; padding-bottom: 70px; }
  .utr-service-overview { font-size: 16px; }
  .utr-solutions-composition .title-dec-text { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
