/* Native REGOS about page. Keeps the old content shape without SP PageBuilder assets. */
body.regos-native-about {
  --about-header-total: 126px;
  --about-header-bg: rgba(255, 255, 255, .92);
  --about-header-text: #333A54;
  --about-header-hover: #951111;
  overflow-x: hidden;
}

body.regos-native-about #sp-main-body {
  padding: 0 !important;
}

body.regos-native-about #sp-main-body > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.regos-native-about #sp-page-title {
  display: none;
}

body.regos-native-about .sticky-header-placeholder {
  display: none !important;
  height: 0 !important;
}

body.regos-native-about #sp-top,
body.regos-native-about #sp-topbar,
body.regos-native-about #sp-top-bar,
body.regos-native-about #sp-header-topbar,
body.regos-native-about #sp-header {
  color: var(--about-header-text) !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.regos-native-about #sp-top,
body.regos-native-about #sp-topbar,
body.regos-native-about #sp-top-bar,
body.regos-native-about #sp-header-topbar {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 120;
  border-bottom: 0 !important;
}

body.regos-native-about #sp-header {
  border-bottom: 0 !important;
}

body.regos-native-about #sp-header:not(.header-sticky) {
  position: absolute !important;
  top: 56px;
  right: 0;
  left: 0;
  z-index: 119;
  overflow: visible;
  isolation: isolate;
}

body.regos-native-about #sp-header:not(.header-sticky)::before {
  content: "";
  position: absolute;
  top: -56px;
  right: 0;
  left: 0;
  z-index: -1;
  height: var(--about-header-total);
  border-bottom: 1px solid rgba(51, 58, 84, .08);
  background: var(--about-header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
}

body.regos-native-about #sp-header.header-sticky {
  border-bottom: 1px solid rgba(51, 58, 84, .08) !important;
  background: rgba(255, 255, 255, .96) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.regos-native-about #sp-header:not(.header-sticky) .logo img,
body.regos-native-about #sp-header .logo img {
  filter: none !important;
}

body.regos-native-about #sp-top a,
body.regos-native-about #sp-topbar a,
body.regos-native-about #sp-top-bar a,
body.regos-native-about #sp-header-topbar a,
body.regos-native-about #sp-header a,
body.regos-native-about #sp-header:not(.header-sticky) .sp-megamenu-parent > li > a,
body.regos-native-about #sp-header:not(.header-sticky) .sp-megamenu-parent > li > span,
body.regos-native-about #sp-header:not(.header-sticky) .sp-megamenu-parent > li:last-child > a,
body.regos-native-about #sp-header:not(.header-sticky) .vmCartModule a {
  color: var(--about-header-text) !important;
}

body.regos-native-about #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a,
body.regos-native-about #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > a,
body.regos-native-about #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active:hover > a,
body.regos-native-about #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > span,
body.regos-native-about #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > span {
  color: var(--about-header-hover) !important;
}

body.regos-native-about #sp-header .sp-contact-info,
body.regos-native-about #sp-header-topbar .sp-contact-info,
body.regos-native-about #sp-top .sp-contact-info,
body.regos-native-about #sp-top-bar .sp-contact-info {
  color: var(--about-header-text) !important;
}

body.regos-native-about #sp-header div.mod-languages ul li.lang-active,
body.regos-native-about #sp-header:not(.header-sticky) div.mod-languages ul li.lang-active {
  color: var(--about-header-text) !important;
  background-color: #EEF2F7 !important;
}

body.regos-native-about #sp-header div.mod-languages ul li.lang-active a,
body.regos-native-about #sp-header:not(.header-sticky) .lang-inline a,
body.regos-native-about #sp-header:not(.header-sticky) .lang-inline:not(.header-sticky) a {
  color: var(--about-header-text) !important;
}

body.regos-native-about #sp-header .burger-icon > span,
body.regos-native-about #sp-header:not(.header-sticky) .burger-icon > span,
body.regos-native-about .burger-icon:not(.header-sticky) span {
  background-color: var(--about-header-text) !important;
}

body.regos-native-about .mod-finder-ajax-search-icon,
body.regos-native-about .mod-finder-ajax-clear-icon {
  color: rgba(51, 58, 84, .58) !important;
}

body.regos-native-about #mod-finder-ajax-searchword {
  border-color: rgba(51, 58, 84, .24) !important;
  color: var(--about-header-text) !important;
  background: rgba(255, 255, 255, .76) !important;
}

body.regos-native-about #mod-finder-ajax-searchword::placeholder {
  color: rgba(51, 58, 84, .62) !important;
}

body.regos-native-about #mod-finder-ajax-searchword:focus {
  border-color: rgba(149, 17, 17, .45) !important;
  color: var(--about-header-text) !important;
  background: #fff !important;
}

.regos-about {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--white);
}

.regos-about .about-title-section {
  padding: calc(var(--about-header-total) + 36px) 0 24px;
  background: #fff;
}

.regos-about .about-title-section .breadcrumb {
  margin-bottom: 26px;
}

.regos-about .about-title-section h1 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
}

.regos-about .about-divider {
  width: 100%;
  height: 1px;
  margin: 28px 0 0;
  border: 0;
  background: var(--line);
  opacity: 1;
}

.regos-about .about-intro-section {
  padding: 34px 0 68px;
}

.regos-about .about-intro-grid,
.regos-about .about-two-column {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, .62fr);
  gap: 58px;
  align-items: start;
}

.regos-about .about-prose {
  max-width: 840px;
}

.regos-about .about-prose p,
.regos-about .about-section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.78;
}

.regos-about .about-prose--lead p {
  color: var(--text);
  font-size: 1.08rem;
  text-align: justify;
}

.regos-about .about-rating-grid {
  display: grid;
  gap: 14px;
}

.regos-about .about-rating-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px 16px;
  align-items: center;
  min-height: 96px;
  padding: 20px;
  border: 1px solid rgba(51, 58, 84, .12);
  border-radius: 22px;
  color: var(--heading);
  background: #F7F9FC;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(31, 42, 68, .06);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.regos-about .about-rating-card:hover,
.regos-about .about-rating-card:focus {
  border-color: rgba(35, 72, 128, .26);
  color: var(--heading);
  box-shadow: 0 14px 28px rgba(31, 42, 68, .1);
  transform: translateY(-1px);
}

.regos-about .about-rating-card img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.regos-about .about-rating-card strong,
.regos-about .about-rating-card small {
  display: block;
}

.regos-about .about-rating-card strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.regos-about .about-rating-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 500;
}

.regos-about .about-stars {
  grid-column: 2;
  display: flex;
  gap: 3px;
  color: #F3B431;
  font-size: .86rem;
}

.regos-about .about-section {
  padding: 72px 0;
}

.regos-about .about-section--soft {
  background: #F7F9FC;
}

.regos-about .about-section-title h2 {
  margin: 0 0 16px;
  color: var(--heading);
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 400;
  line-height: 1.18;
}

.regos-about .about-mission-content {
  display: grid;
  gap: 22px;
}

.regos-about .about-client-quote,
.regos-about .about-mission-statement {
  margin: 0;
  border: 1px solid rgba(51, 58, 84, .12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 42, 68, .06);
}

.regos-about .about-client-quote {
  padding: 28px;
}

.regos-about .about-client-quote i {
  margin-bottom: 16px;
  color: var(--red);
  font-size: 1.35rem;
}

.regos-about .about-client-quote blockquote {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.72;
}

.regos-about .about-mission-statement {
  padding: 26px 28px;
  border-left: 4px solid var(--red);
  color: var(--heading);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.65;
}

.regos-about .about-timeline {
  position: relative;
  display: grid;
  max-width: 980px;
  margin: 0 auto;
}

.regos-about .about-timeline::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 151px;
  width: 1px;
  background: var(--line);
}

.regos-about .about-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 62px;
  padding: 0 0 40px;
}

.regos-about .about-timeline-item:last-child {
  padding-bottom: 0;
}

.regos-about .about-timeline-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 144px;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 1px rgba(149, 17, 17, .24);
}

.regos-about .about-timeline-year {
  color: var(--red);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.regos-about .about-timeline-item h3 {
  margin: 0 0 8px;
  color: var(--heading);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.3;
}

.regos-about .about-timeline-item p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

@media (max-width: 991.98px) {
  body.regos-native-about {
    --about-header-total: 118px;
  }

  .regos-about .about-intro-grid,
  .regos-about .about-two-column {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .regos-about .about-rating-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.regos-native-about {
    --about-header-total: 126px;
  }

  .regos-about .about-title-section {
    padding-top: calc(var(--about-header-total) + 22px);
  }

  .regos-about .about-intro-section,
  .regos-about .about-section {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .regos-about .about-title-section h1 {
    font-size: 40px;
  }

  .regos-about .about-prose--lead p {
    text-align: left;
  }

  .regos-about .about-rating-grid {
    grid-template-columns: 1fr;
  }

  .regos-about .about-client-quote,
  .regos-about .about-mission-statement {
    border-radius: 18px;
  }

  .regos-about .about-timeline::before {
    left: 7px;
  }

  .regos-about .about-timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 34px;
  }

  .regos-about .about-timeline-item::before {
    left: 0;
  }
}
